forked from logan/dotfiles
Fixed inconsistent bar height in Sway and Hyprland
This commit is contained in:
parent
580448a3d3
commit
46b51428b6
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"layer": "bottom",
|
||||
"position": "top",
|
||||
"height": 20,
|
||||
"height": 22,
|
||||
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": ["sway/window"],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"layer": "top",
|
||||
"position": "top",
|
||||
"height": 20,
|
||||
"height": 22,
|
||||
|
||||
"modules-left": ["hyprland/workspaces"],
|
||||
"modules-center": ["hyprland/window"],
|
||||
|
|
Loading…
Reference in a new issue