From 9672616f431c8c4161238fe7ad1e2b4cf3040320 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 15 Feb 2024 13:22:50 -0500 Subject: 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. --- home-config/waybar/config | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'home-config/waybar') 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 @@ "modules-left": ["hyprland/workspaces", "hyprland/submap"], "modules-center": ["hyprland/window"], - "modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "bluetooth", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"], + "modules-right": ["tray", "custom/spotify", "privacy", "custom/weather", "custom/mail", "custom/storage", "backlight", "bluetooth", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"], "hyprland/submap": { "format": " {}" }, @@ -59,6 +59,23 @@ "on-click": "foot -t alacritty doas nmtui", "tooltip": false }, + "privacy": { + "icon-spacing":4, + "icon-size":18, + "transition-duration":250, + "modules": [ + { + "type":"screenshare", + "tooltip":true, + "tooltip-icon-size":24 + }, + { + "type":"audio-in", + "tooltip":true, + "tooltip-icon-size":24 + } + ] + }, "pulseaudio": { "format-alt": "{icon}", "format": "{volume} {icon}", -- cgit v1.2.3