diff options
Diffstat (limited to 'waybar')
-rw-r--r-- | waybar/config | 8 | ||||
-rw-r--r-- | waybar/style.css | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/waybar/config b/waybar/config index 0558320..ef53a12 100644 --- a/waybar/config +++ b/waybar/config @@ -1,5 +1,5 @@ [{ - "layer": "top", + "layer": "bottom", "position": "top", "height": 36, "output": "DP-2", @@ -182,7 +182,7 @@ } }, { - "layer": "top", + "layer": "bottom", "position": "top", "height": 36, "output": "HDMI-A-1", @@ -221,8 +221,8 @@ "18": "9", }, "persistent-workspaces": { - "HDMI-A-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], - //"HDMI-A-1": [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ], + //"HDMI-A-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ], + "HDMI-A-1": [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ], }, "on-scroll-up": "hyprctl dispatch split-workspace e+1", "on-scroll-down": "hyprctl dispatch split-workspace e-1", diff --git a/waybar/style.css b/waybar/style.css index e791f99..c340c3f 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -3,7 +3,7 @@ margin: 0px; border-radius: 0px; /* `otf-font-awesome` is required to be installed for icons */ - font-family: mononoki Nerd Font Mono; + font-family: FiraCode Nerd Font Mono; font-size: 18px; min-height: 0px; min-width: 0px; |