diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-28 14:05:45 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-28 14:05:45 +0900 |
| commit | 1b1d1361eee424ebed5bf2b33c84bdda99415001 (patch) | |
| tree | 1a7afdb20745c48cfdd182a14c907c0cfc03f639 /config/waybar/configs | |
| parent | 54d0ee42697722968f9512e10d60877fc46f0ee7 (diff) | |
just to upload so I can work
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/config-dual-TL | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/config/waybar/configs/config-dual-TL b/config/waybar/configs/config-dual-TL index 9da3cc64..e12d3814 100644 --- a/config/waybar/configs/config-dual-TL +++ b/config/waybar/configs/config-dual-TL @@ -4,6 +4,7 @@ "include": "~/.config/waybar/modules", "layer": "top", //"mode": "dock", +"width": 950, "exclusive": true, "passthrough": false, "position": "top", @@ -16,6 +17,7 @@ "modules-left": [ "custom/menu", + "idle_inhibitor", "cpu", "temperature", "memory", @@ -23,15 +25,16 @@ ], "modules-center": [ - "hyprland/window", + //"hyprland/window", + "custom/lock", "custom/weather", ] , "modules-right": [ - "network", - "bluetooth", - "battery", - "backlight", + //"network", + //"bluetooth", + //"battery", + //"backlight", "pulseaudio", //"wireplumber", "pulseaudio#microphone", @@ -44,6 +47,7 @@ "include": "~/.config/waybar/modules", "layer": "top", "position": "left", +"height": 650, "margin-top": 8, "margin-bottom": 8, "margin-left": 8, @@ -54,18 +58,16 @@ //"gtk-layer-shell": true, "modules-left": [ - "idle_inhibitor", + "hyprland/workspaces#2", ], "modules-center": [ - "hyprland/workspaces#2", + "clock#vertical", ], "modules-right": [ "tray", - "clock#vertical", "custom/light_dark", - "custom/lock", ], }]
\ No newline at end of file |
