From 914e9afe5612c4e68fef3279dff929db0fc26c9f Mon Sep 17 00:00:00 2001 From: MikeG Date: Sat, 2 Nov 2024 19:39:54 -0400 Subject: [PATCH] changed sway background, switched pacman update notifier in waybar --- .config/sway/config | 7 ++++--- .config/waybar/config | 6 +++--- .config/waybar/style.css | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 0c0e291..fbb29ca 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -43,7 +43,7 @@ bindsym $mod+Shift+m exec dunstctl close-all # output * bg ~/Wallpapers/orangeMountains.png fill # output * bg #c0caf5 solid_color # output * bg ~/Wallpapers/wp9285156.jpg fill -output * bg ~/Source/tokyonight-wallpapers/tron_original.png fill +output * bg ~/Source/tokyonight-wallpapers/fly_original.png fill # # Example configuration: # @@ -72,8 +72,8 @@ exec swayidle -w \ timeout 310 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ before-sleep $lock -set $lockman 'exec bash ~/.config/sway/lockman.sh' -bindsym $mod+l exec $lockman +# set $lockman 'exec bash ~/.config/sway/lockman.sh' +# bindsym $mod+l exec $lockman ### Input configuration # @@ -250,6 +250,7 @@ bindsym XF86MonBrightnessUp exec brightnessctl set 5%+ && /home/emge/Scripts/bri bindsym Print exec /home/emge/Scripts/screenshot.sh bindsym $mod+Shift+s exec /home/emge/Scripts/screenshot-select.sh bindsym $mod+Shift+u exec /home/emge/Scripts/quick-note.sh +bindsym $mod+Shift+p exec hyprpicker -a # # Status Bar: diff --git a/.config/waybar/config b/.config/waybar/config index 53911ef..a1ddc81 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -165,11 +165,11 @@ "format": "{icon}", "return-type": "json", "format-icons": { - "has-updates": " ", + "pending-updates": " ", "updated": "" }, - "exec-if": "which waybar-module-pacman-updates", - "exec": "waybar-module-pacman-updates --interval-seconds 5 --network-interval-seconds 300" + "exec-if": "which waybar-updates", + "exec": "waybar-updates -n" }, "bluetooth": { diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 9944841..324b0a4 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -145,6 +145,6 @@ tooltip { background-color: @foreground; } -#custom-updates.has-updates { +#custom-updates.pending-updates { color: @16; }