started implementing hyprsunset
parent
96f8a47fbd
commit
6069ea16d6
|
|
@ -237,3 +237,8 @@ bind= $mainMod SHIFT, I, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/getispeed
|
||||||
bind= $mainMod CTRL, C, exec, dunstctl close-all
|
bind= $mainMod CTRL, C, exec, dunstctl close-all
|
||||||
bind= $mainMod CTRL SHIFT, G, exec, wvkbd-mobintl -L 250 --fn AgaveNerdFont --bg 1a1a1a --fg 5018dd --fg-sp 5018dd --press E40046 --press-sp E40046 --text d6abab --text-sp d6abab -R 30
|
bind= $mainMod CTRL SHIFT, G, exec, wvkbd-mobintl -L 250 --fn AgaveNerdFont --bg 1a1a1a --fg 5018dd --fg-sp 5018dd --press E40046 --press-sp E40046 --text d6abab --text-sp d6abab -R 30
|
||||||
bind= $mainMod CTRL, G, exec, killall wvkbd-mobintl
|
bind= $mainMod CTRL, G, exec, killall wvkbd-mobintl
|
||||||
|
|
||||||
|
bind= $mainMod CTRL, W ,exec, hyprctl hyprsunset gamma -10
|
||||||
|
bind= $mainMod CTRL, S ,exec, hyprctl hyprsunset gamma +10
|
||||||
|
bind= $mainMod CTRL, A ,exec, hyprctl hyprsunset temperature -10
|
||||||
|
bind= $mainMod CTRL, Q ,exec, hyprctl hyprsunset temperature +10
|
||||||
|
|
|
||||||
|
|
@ -63,6 +63,7 @@ $menu = wofi --show=drun
|
||||||
|
|
||||||
exec-once=bash ~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh
|
exec-once=bash ~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh
|
||||||
exec-once=hyprpm enable hyprexpo
|
exec-once=hyprpm enable hyprexpo
|
||||||
|
exec-once=hyprsunset
|
||||||
#exec-once = waybar
|
#exec-once = waybar
|
||||||
exec-once = dunst
|
exec-once = dunst
|
||||||
# exec-once = nm-applet &
|
# exec-once = nm-applet &
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Installing required Packages"
|
echo "Installing required Packages"
|
||||||
sudo pacman -Syu --noconfirm hyprland hyprcursor hyprpaper hyprlock kitty alacritty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config
|
sudo pacman -Syu --noconfirm hyprland hyprcursor hyprpaper hyprlock kitty alacritty dunst nwg-dock-hyprland nwg-drawer nwg-menu nwg-look python cmake meson cpio pkgconf ruby-pkg-config hyprsunset
|
||||||
echo "Installing AUR packages"
|
echo "Installing AUR packages"
|
||||||
yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith wvkbd
|
yay -Syu --answerdiff None --answerclean All hyprland-workspaces bluetuith wvkbd
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue