Compare commits

...

2 commits

Author SHA1 Message Date
056e8e007a
Fixed exit bind 2023-05-17 13:53:38 -06:00
3f35b2be30
Fixed mute icon 2023-05-17 13:53:27 -06:00
2 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ bind=SUPERSHIFT,r,exec,hyprctl reload
bind=CTRLALT,l,exec,swaylock -e -F -f -i $lockBG bind=CTRLALT,l,exec,swaylock -e -F -f -i $lockBG
bind=SUPER,D,exec,wofi --show drun --allow-images -G -i --define=drun-print_command=true | sed -e 's/%[A-Za-z0-9]*/ /g' | xargs hyprctl dispatch exec bind=SUPER,D,exec,wofi --show drun --allow-images -G -i --define=drun-print_command=true | sed -e 's/%[A-Za-z0-9]*/ /g' | xargs hyprctl dispatch exec
bind=,Print,exec,grim -g "$(slurp)" - | swappy -f - bind=,Print,exec,grim -g "$(slurp)" - | swappy -f -
bind=SUPERSHIFT,E,exec,zenity --question --text="Do you wish to exit Hyprland?" --default-cancel && hyprctl exit bind=SUPERSHIFT,E,exec,zenity --question --text='Do you wish to exit Hyprland?' --default-cancel && hyprctl dispatch exit
# Window properties # Window properties
bind=SUPERSHIFT,P,pseudo, bind=SUPERSHIFT,P,pseudo,

View file

@ -116,7 +116,7 @@
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
"format-alt": "{icon}", "format-alt": "{icon}",
"format-alt-click": "click-right", "format-alt-click": "click-right",
"format-muted": "", "format-muted": "󰝟",
"format-icons": { "format-icons": {
//"phone": [" ", " ", " ", " "], //"phone": [" ", " ", " ", " "],
"default": ["󰕿", "󰖀", "󰕾"] "default": ["󰕿", "󰖀", "󰕾"]
@ -130,7 +130,7 @@
"format": "{icon} {volume}%", "format": "{icon} {volume}%",
"format-alt": "{icon}", "format-alt": "{icon}",
"format-alt-click": "click-right", "format-alt-click": "click-right",
"format-muted": "", "format-muted": "󰝟",
"format-icons": { "format-icons": {
//"phone": [" ", " ", " ", " "], //"phone": [" ", " ", " ", " "],
"default": ["󰕿", "󰖀", "󰕾"] "default": ["󰕿", "󰖀", "󰕾"]