Fixed inconsistent bar height in Sway and Hyprland

This commit is contained in:
Logan G 2023-10-04 22:41:48 -06:00
parent 580448a3d3
commit 46b51428b6
Signed by: logan
GPG key ID: E328528C921E7A7A
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"layer": "bottom",
"position": "top",
"height": 20,
"height": 22,
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],

View file

@ -1,7 +1,7 @@
{
"layer": "top",
"position": "top",
"height": 20,
"height": 22,
"modules-left": ["hyprland/workspaces"],
"modules-center": ["hyprland/window"],