diff options
Diffstat (limited to 'home-config/waybar/config')
-rw-r--r-- | home-config/waybar/config | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/home-config/waybar/config b/home-config/waybar/config index 375835e..abe0762 100644 --- a/home-config/waybar/config +++ b/home-config/waybar/config | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | "modules-left": ["hyprland/workspaces", "hyprland/submap"], | 6 | "modules-left": ["hyprland/workspaces", "hyprland/submap"], |
7 | "modules-center": ["hyprland/window"], | 7 | "modules-center": ["hyprland/window"], |
8 | "modules-right": ["tray", "custom/spotify", "privacy", "custom/weather", "custom/mail", "custom/storage", "backlight", "bluetooth", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"], | 8 | "modules-right": ["tray", "custom/spotify", "privacy", "custom/weather", "custom/mail", "custom/storage", "backlight", "bluetooth", "pulseaudio", "network", "idle_inhibitor", "battery", "battery#num2", "clock"], |
9 | "hyprland/submap": { | 9 | "hyprland/submap": { |
10 | "format": " {}" | 10 | "format": " {}" |
11 | }, | 11 | }, |
@@ -34,6 +34,19 @@ | |||
34 | "critical": 10 | 34 | "critical": 10 |
35 | }, | 35 | }, |
36 | "tooltip": false, | 36 | "tooltip": false, |
37 | "bat":"BAT0" | ||
38 | }, | ||
39 | "battery#num2": { | ||
40 | "format": "{capacity}% {icon}", | ||
41 | "format-alt": "{time} {icon}", | ||
42 | "format-icons": ["", "", "", "", ""], | ||
43 | "format-charging": "{capacity}% ", | ||
44 | "interval": 30, | ||
45 | "states": { | ||
46 | "warning": 25, | ||
47 | "critical": 10 | ||
48 | }, | ||
49 | "tooltip": false, | ||
37 | "bat":"BAT1" | 50 | "bat":"BAT1" |
38 | }, | 51 | }, |
39 | "bluetooth": { | 52 | "bluetooth": { |