Compare commits

..

No commits in common. "42c4eb7a1376789c6da3d0f8e6ba0b8ea77b1b3b" and "eeba79e70231124e34449a9dd6d3d7e9d20208dd" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -9,11 +9,11 @@ current (){
} }
title (){ title (){
hyprctl activewindow -j | jq .title hyprctl activewindow -j | jq --raw-output .title
} }
status (){ status (){
echo "{\"spaces\": $(spaces), \"current\": $(current), \"title\": $(title)}" echo "{\"spaces\": $(spaces), \"current\": \"$(current)\", \"title\": \"$(title)\"}"
} }
status status

View file

@ -48,8 +48,6 @@ bind = ,XF86Launch3, exec, asusctl led-mode -n
bind = WIN, F5, exec, ~/.config/hypr/gamemode.sh bind = WIN, F5, exec, ~/.config/hypr/gamemode.sh
# Panel overdrive # Panel overdrive
bind = $mainMod+SHIFT, o, exec, ~/.config/waybar/scripts/refresh_rate.sh toggle; pkill -SIGRTMIN+10 waybar bind = $mainMod+SHIFT, o, exec, ~/.config/waybar/scripts/refresh_rate.sh toggle; pkill -SIGRTMIN+10 waybar
# Toggle screen
bind = WIN, F9, exec, togglescreen
# Waybar # Waybar
bind = $mainMod, 64, exec, pkill -SIGUSR1 '^waybar$' bind = $mainMod, 64, exec, pkill -SIGUSR1 '^waybar$'