Waybar now remembers when it must hide or show after reboot, set-wallpaper and batteryctl patches, changed waybar style once again, plus various minor tweaks

This commit is contained in:
Gu://em_ 2025-01-20 12:53:06 +01:00
parent 806d59b71d
commit 3a293cf0f3
15 changed files with 107 additions and 32 deletions

View file

@ -13,7 +13,7 @@ input {
follow_mouse = 1
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
sensitivity = 0.1 # -1.0 - 1.0, 0 means no modification.
touchpad {
natural_scroll = true
@ -42,6 +42,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod, SPACE, exec, $terminal
bind = $mainMod, Q, killactive,
bind = $mainMod SHIFT, M, exit,
bind = $mainMod, E, exec, $fileManager
@ -113,12 +114,10 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
# Screenshot
bind = , Print, exec, grim -g "$(slurp)" $HOME/Pictures/Screenshots/$(date +'%F_%T_grim.png') && hyprctl notify 1 2000 0 Screenshot saved!
#bind = , Print, exec, hyprctl notify 1 2000 0 Screenshot saved!
#bind = , Print, exec, hyprctl notify 0 2000 0 Slurp not implemented
bind = , Print, exec, ~/.config/hypr/scripts/screenshot.sh
# Toggle waybar
bind = $mainMod, B, exec, $HOME/.config/hypr/scripts/toggle-waybar.sh
bind = $mainMod, B, exec, ~/.config/hypr/scripts/toggle-waybar.sh
# Reload desktop
bind = $mainMod SHIFT, R, exec, $HOME/.config/hypr/scripts/reload.sh
bind = $mainMod SHIFT, R, exec, ~/.config/hypr/scripts/reload.sh