polybar fix deprecated modules, nvim fix some things, i3 notify brightness

This commit is contained in:
Tiago Sousa 2024-04-15 14:57:59 +01:00
parent 08dbbfa2e8
commit 4c83d8f94b
Signed by: tiago
SSH key fingerprint: SHA256:odOD9vln9U7qNe1R8o3UCbE3jkQCkr5/q5mgd5hwua0
8 changed files with 42 additions and 42 deletions

View file

@ -49,8 +49,8 @@ bindsym XF86AudioNext exec --no-startup-id playerctl next
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
# Use lux to adjust brightness
bindsym XF86MonBrightnessUp exec --no-startup-id lux -a 10%
bindsym XF86MonBrightnessDown exec --no-startup-id lux -s 10% -m 1
bindsym XF86MonBrightnessUp exec --no-startup-id lux -a 10%; exec notify-send "Brightness $(lux -G)"
bindsym XF86MonBrightnessDown exec --no-startup-id lux -s 10% -m 1; exec notify-send "Brightness $(lux -G)"
# Screen capture program
bindsym Print exec --no-startup-id flameshot gui