eww osd and battery warning
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user