eww osd and battery warning

This commit is contained in:
2024-12-29 21:17:59 +01:00
parent f17dac3339
commit b54468d17a
15 changed files with 406 additions and 19 deletions

View File

@@ -12,3 +12,5 @@ $bluetooth-tray = blueman-applet
$clipboardManager = cliphist
$clipboardManagerOptions = list | $appMenu -dmenu | cliphist decode | wl-copy
$themeSwitcher = ~/.config/scripts/rofiSelectWallpaper.sh
$osd = ~/.config/scripts/osd.sh
$batteryWarning = ~/.config/scripts/batteryWarning.sh

View File

@@ -32,6 +32,8 @@ source = ~/.config/hypr/variables.conf
exec-once = swaync &
exec-once = swww-daemon &
exec-once = hypridle &
exec-once = eww daemon
exec-once = $batteryWarning
exec-once=systemctl --user start plasma-polkit-agent &
source = ~/.config/hypr/lastWallpaper.conf

View File

@@ -1,8 +1,8 @@
binde=,XF86MonBrightnessDown,exec,brightnessctl set 10%-
binde=,XF86MonBrightnessUp,exec,brightnessctl set +10%
binde = , XF86AudioRaiseVolume, exec, amixer set Master 5%+
binde = , XF86AudioLowerVolume, exec, amixer set Master 5%-
bind =, XF86AudioMute, exec, amixer set Master toggle
binde=,XF86MonBrightnessDown,exec,$osd --brightness-down
binde=,XF86MonBrightnessUp,exec,$osd --brightness-up
binde = , XF86AudioRaiseVolume, exec, $osd --volume-up
binde = , XF86AudioLowerVolume, exec, $osd --volume-down
bind =, XF86AudioMute, exec,$osd --volume-toggle
bind = $mainMod, N, exec, $notifications
bind = $mainMod, T, exec, $terminal