changed sway background, switched pacman update notifier in waybar

This commit is contained in:
Mike G 2024-11-02 19:39:54 -04:00
parent b8e796e488
commit 914e9afe56
3 changed files with 8 additions and 7 deletions

View file

@ -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:

View file

@ -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": {

View file

@ -145,6 +145,6 @@ tooltip {
background-color: @foreground;
}
#custom-updates.has-updates {
#custom-updates.pending-updates {
color: @16;
}