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 | |
| parent | 54d0ee42697722968f9512e10d60877fc46f0ee7 (diff) | |
| parent | c0ed89e014a43c86b1d64c0fa3e46b1ff4622845 (diff) | |
Merge pull request #6 from JaKooLit/dev-2
From Dev-2
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/config-dual-TL | 24 | ||||
| -rw-r--r-- | config/waybar/configs/config-dual-TR | 81 |
2 files changed, 54 insertions, 51 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 diff --git a/config/waybar/configs/config-dual-TR b/config/waybar/configs/config-dual-TR index aec60df7..2ea9ce5d 100644 --- a/config/waybar/configs/config-dual-TR +++ b/config/waybar/configs/config-dual-TR @@ -1,72 +1,73 @@ -// ### TOP and RIGHT PANEL ## // +// ### TOP and LEFT PANEL ## // [{ "include": "~/.config/waybar/modules", "layer": "top", //"mode": "dock", +"width": 1200, "exclusive": true, "passthrough": false, "position": "top", "spacing": 3, "fixed-center": true, "ipc": true, -"padding": 2, "margin-top": 6, "margin-left": 8, "margin-right": 8, - + "modules-left": [ - "cpu", - "temperature", - "memory", - ], - + "temperature", + "cpu", + "memory", + "disk", + ], + "modules-center": [ - "hyprland/window", - "custom/weather", - ], - -"modules-right": [ - "network", - "bluetooth", - //"cava", - "battery", - "backlight", - "pulseaudio", - //"wireplumber", - "pulseaudio#microphone", - "keyboard-state", - "custom/power", + //"hyprland/window", + "custom/lock", + "custom/menu", + "idle_inhibitor", ], + +"modules-right": [ + //"network", + //"bluetooth", + "custom/weather", + "battery", + "backlight", + "pulseaudio", + //"wireplumber", + "pulseaudio#microphone", + "keyboard-state", + "custom/power", + ], }, { "include": "~/.config/waybar/modules", "layer": "top", "position": "right", +"height": 650, "margin-top": 8, "margin-bottom": 8, -"margin-left": 1, -"margin-right": 8, +"margin-left": 8, +"margin-right": 3, "spacing": 3, "fixed-center": true, "ipc": true, -"gtk-layer-shell": true, - +//"gtk-layer-shell": true, + "modules-left": [ - "custom/menu", - "custom/light_dark", - ], - + "hyprland/workspaces#2", + ], + "modules-center": [ - "hyprland/workspaces#2", - ], - + "clock#vertical", + ], + "modules-right": [ - "idle_inhibitor", - "custom/lock", - "tray", - "clock#vertical", - ], - + "tray", + "custom/light_dark", + ], + }]
\ No newline at end of file |
