diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-02-15 13:22:50 -0500 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-02-15 13:22:50 -0500 |
| commit | 9672616f431c8c4161238fe7ad1e2b4cf3040320 (patch) | |
| tree | 3320debcde63374b8b713a872951cf28560a97c2 /home-config/waybar | |
| parent | 3f9ae573a312285dee54590795ec3bf35afee4ce (diff) | |
Added zoxide for cd, updated bashrc, trying to get latest hyprland
portal working, and beginning to try and use flakes in home-manager for
nix packages.
Diffstat (limited to 'home-config/waybar')
| -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}", |
