diff options
Diffstat (limited to 'home-config/waybar/config')
-rw-r--r-- | home-config/waybar/config | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/home-config/waybar/config b/home-config/waybar/config index 8721a6a..99a7bef 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", "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", "clock"], |
9 | "hyprland/submap": { | 9 | "hyprland/submap": { |
10 | "format": " {}" | 10 | "format": " {}" |
11 | }, | 11 | }, |
@@ -59,6 +59,23 @@ | |||
59 | "on-click": "foot -t alacritty doas nmtui", | 59 | "on-click": "foot -t alacritty doas nmtui", |
60 | "tooltip": false | 60 | "tooltip": false |
61 | }, | 61 | }, |
62 | "privacy": { | ||
63 | "icon-spacing":4, | ||
64 | "icon-size":18, | ||
65 | "transition-duration":250, | ||
66 | "modules": [ | ||
67 | { | ||
68 | "type":"screenshare", | ||
69 | "tooltip":true, | ||
70 | "tooltip-icon-size":24 | ||
71 | }, | ||
72 | { | ||
73 | "type":"audio-in", | ||
74 | "tooltip":true, | ||
75 | "tooltip-icon-size":24 | ||
76 | } | ||
77 | ] | ||
78 | }, | ||
62 | "pulseaudio": { | 79 | "pulseaudio": { |
63 | "format-alt": "{icon}", | 80 | "format-alt": "{icon}", |
64 | "format": "{volume} {icon}", | 81 | "format": "{volume} {icon}", |