diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-10-28 17:58:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-28 17:58:58 +0900 |
| commit | 8b12e1e2700e2add5974dfcc1205841545df17d7 (patch) | |
| tree | e9cfed39a59f1060a43d0b10b7a294f9d5a238c1 /config/waybar/configs/config-dual-TL | |
| parent | 54d0ee42697722968f9512e10d60877fc46f0ee7 (diff) | |
| parent | c0ed89e014a43c86b1d64c0fa3e46b1ff4622845 (diff) | |
Merge pull request #6 from JaKooLit/dev-2
From Dev-2
Diffstat (limited to 'config/waybar/configs/config-dual-TL')
| -rw-r--r-- | config/waybar/configs/config-dual-TL | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/config/waybar/configs/config-dual-TL b/config/waybar/configs/config-dual-TL index 9da3cc64..9bf79fc2 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": 1200, "exclusive": true, "passthrough": false, "position": "top", @@ -15,21 +16,23 @@ "margin-right": 8, "modules-left": [ - "custom/menu", + "temperature", "cpu", - "temperature", "memory", "disk", ], "modules-center": [ - "hyprland/window", - "custom/weather", -] , + //"hyprland/window", + "custom/lock", + "custom/menu", + "idle_inhibitor", + ], "modules-right": [ - "network", - "bluetooth", + //"network", + //"bluetooth", + "custom/weather", "battery", "backlight", "pulseaudio", @@ -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 |
