Add wob config

This commit is contained in:
2024-06-27 17:07:07 +02:00
parent a6326e5190
commit f74ba900f2
2 changed files with 7 additions and 3 deletions

View File

@ -164,8 +164,8 @@ bind = , XF86AudioPrev, exec, playerctl previous
# Screen brightness # Screen brightness
binde = , XF86MonBrightnessUp, exec, brightnessctl s +5% | brightnessctl -m | awk -F, '{print $4}' | tr -d % > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob binde = , XF86MonBrightnessUp, exec, brightnessctl s +5% && brightnessctl -m | awk -F, '{print $4}' | tr -d % > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
binde = , XF86MonBrightnessDown, exec, brightnessctl s 5%- | brightnessctl -m | awk -F, '{print $4}' | tr -d % > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob binde = , XF86MonBrightnessDown, exec, brightnessctl s 5%- && brightnessctl -m | awk -F, '{print $4}' | tr -d % > /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob
# Lock screen # Lock screen
@ -270,4 +270,4 @@ windowrule = move 25%-,title:^(Picture-in-Picture)$
windowrule = float,nemo windowrule = float,nemo
windowrule = move 25%-,nemo windowrule = move 25%-,nemo
windowrule = size 960 540,nemo windowrule = size 960 540,nemo
windowrule = animation slide right,alacritty windowrule = animation slide right,alacritty

4
.config/wob/wob.ini Normal file
View File

@ -0,0 +1,4 @@
anchor = top
margin = 20
height = 30
border_size = 2