diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-13 12:57:56 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-13 12:57:56 +0900 |
| commit | f7870542d82dc34de418c38200759761b07d0edf (patch) | |
| tree | 15fa3497f20f936063ecef1e62206d7518b3b844 /config/waybar/configs/config-default-Bottom | |
| parent | 2b8407075c60237d86f749d6a01922316a80214d (diff) | |
a possible fix on cursor-waybar issue
Diffstat (limited to 'config/waybar/configs/config-default-Bottom')
| -rw-r--r-- | config/waybar/configs/config-default-Bottom | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/config/waybar/configs/config-default-Bottom b/config/waybar/configs/config-default-Bottom index 4d3d7f40..3f3c17fc 100644 --- a/config/waybar/configs/config-default-Bottom +++ b/config/waybar/configs/config-default-Bottom @@ -1,4 +1,4 @@ -// ### DEFAULT ### // +// ### DEFAULT-BOTTOM### // { "include": "~/.config/waybar/modules", "layer": "top", @@ -9,9 +9,9 @@ "spacing": 3, "fixed-center": true, "ipc": true, -"margin-top": 6, -"margin-left": 8, -"margin-right": 8, +"margin-left": 6, +"margin-right": 6, +"margin-bottom": 4, "modules-left": [ "hyprland/workspaces", @@ -35,24 +35,24 @@ "custom/light_dark", "custom/separator#dot-line", "custom/lock", - //], - "custom/separator#dot-line", - "custom/keybinds", - ], + ], + //"custom/separator#dot-line", + //"custom/keybinds", + //], "modules-right": [ //"hyprland/window", "tray", "custom/separator#dot-line", - "bluetooth", - "custom/separator#dot-line", - "network", - "custom/separator#dot-line", + //"bluetooth", + //"custom/separator#dot-line", + //"network", + //"custom/separator#dot-line", //"cava", - "battery", - "custom/separator#dot-line", - "backlight", - "custom/separator#dot-line", + //"battery", + //"custom/separator#dot-line", + //"backlight", + //"custom/separator#dot-line", "pulseaudio", "custom/separator#dot-line", //"wireplumber", |
