changed sway background, switched pacman update notifier in waybar
This commit is contained in:
parent
b8e796e488
commit
914e9afe56
3 changed files with 8 additions and 7 deletions
|
@ -43,7 +43,7 @@ bindsym $mod+Shift+m exec dunstctl close-all
|
||||||
# output * bg ~/Wallpapers/orangeMountains.png fill
|
# output * bg ~/Wallpapers/orangeMountains.png fill
|
||||||
# output * bg #c0caf5 solid_color
|
# output * bg #c0caf5 solid_color
|
||||||
# output * bg ~/Wallpapers/wp9285156.jpg fill
|
# 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:
|
# Example configuration:
|
||||||
#
|
#
|
||||||
|
@ -72,8 +72,8 @@ exec swayidle -w \
|
||||||
timeout 310 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
timeout 310 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
||||||
before-sleep $lock
|
before-sleep $lock
|
||||||
|
|
||||||
set $lockman 'exec bash ~/.config/sway/lockman.sh'
|
# set $lockman 'exec bash ~/.config/sway/lockman.sh'
|
||||||
bindsym $mod+l exec $lockman
|
# bindsym $mod+l exec $lockman
|
||||||
|
|
||||||
### Input configuration
|
### 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 Print exec /home/emge/Scripts/screenshot.sh
|
||||||
bindsym $mod+Shift+s exec /home/emge/Scripts/screenshot-select.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+u exec /home/emge/Scripts/quick-note.sh
|
||||||
|
bindsym $mod+Shift+p exec hyprpicker -a
|
||||||
|
|
||||||
#
|
#
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
|
|
|
@ -165,11 +165,11 @@
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"return-type": "json",
|
"return-type": "json",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"has-updates": " ",
|
"pending-updates": " ",
|
||||||
"updated": ""
|
"updated": ""
|
||||||
},
|
},
|
||||||
"exec-if": "which waybar-module-pacman-updates",
|
"exec-if": "which waybar-updates",
|
||||||
"exec": "waybar-module-pacman-updates --interval-seconds 5 --network-interval-seconds 300"
|
"exec": "waybar-updates -n"
|
||||||
},
|
},
|
||||||
|
|
||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
|
|
|
@ -145,6 +145,6 @@ tooltip {
|
||||||
background-color: @foreground;
|
background-color: @foreground;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-updates.has-updates {
|
#custom-updates.pending-updates {
|
||||||
color: @16;
|
color: @16;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue