diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf index b188de2..bb4c9fb 100644 --- a/.config/hypr/hypridle.conf +++ b/.config/hypr/hypridle.conf @@ -19,7 +19,7 @@ listener { # Suspend the system listener { - timeout = 600 + timeout = 900 on-timeout = systemctl suspend } diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 0f19dc7..d301049 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -48,12 +48,12 @@ animations { bezier = myBezier, 0.05, 0.9, 0.1, 1.05 - animation = windows, 1, 7, myBezier - animation = windowsOut, 1, 7, default, popin 80% - animation = border, 1, 10, default - animation = borderangle, 1, 8, default - animation = fade, 1, 7, default - animation = workspaces, 1, 6, default + animation = windows, 1, 4, myBezier + animation = windowsOut, 1, 4, default, popin 80% + animation = border, 1, 4, default + animation = borderangle, 1, 4, default + animation = fade, 1, 4, default + animation = workspaces, 1, 4, default } dwindle { @@ -82,7 +82,7 @@ bind = $mainMod, Q, exec, kitty #terminal bind = $mainMod, C, killactive, bind = $mainMod, N, exec, hyprlock #lock screen -bind = $mainMod, E, exec, thunar #File explorer +bind = $mainMod, E, exec, nautilus #File explorer bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, wofi #application launcher @@ -191,8 +191,8 @@ exec-once=kanata -c ~/.config/kanata/config.kbd exec-once=waybar exec-once=systemctl --user start sunshine -exec-once=openrgb -exec-once=sleep 2 && killall openrgb +exec-once=openrgb --startminimized +#exec-once=sleep 2 && killall openrgb ##authentication client exec-once = systemctl --user start hyprpolkitagent exec-once=/usr/lib/polkit-kde-authentication-agent-1 diff --git a/.config/kanata/config.kbd b/.config/kanata/config.kbd index 3d3a078..282f687 100644 --- a/.config/kanata/config.kbd +++ b/.config/kanata/config.kbd @@ -3,7 +3,7 @@ ) (defalias - escctrl (tap-hold 100 100 caps lmet) + escctrl (tap-hold 300 100 caps lmet) ) (deflayer base diff --git a/.config/wal/colors-waybar.css b/.config/wal/colors-waybar.css new file mode 100644 index 0000000..5decd31 --- /dev/null +++ b/.config/wal/colors-waybar.css @@ -0,0 +1,20 @@ +@define-color foreground #4c4f69; +@define-color background #eff1f5; +@define-color cursor #dce0e8; + +@define-color color0 #5c5f77; +@define-color color1 #dc8a78; +@define-color color2 #dd7878; +@define-color color3 #ea76cb; +@define-color color4 #8839ef; +@define-color color5 #d20f39; +@define-color color6 #e64553; +@define-color color7 #4c4f69; +@define-color color8 #fe640b; +@define-color color9 #df8e1d; +@define-color color10 #40a02b; +@define-color color11 #179299; +@define-color color12 #04a5e5; +@define-color color13 #209fb5; +@define-color color14 #1e66f5; +@define-color color15 #7287fd; diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 60b7a17..670d2d8 100755 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,4 +1,4 @@ -@import url('../../.cache/wal/colors-waybar.css'); +@import url('../../.config/wal/colors-waybar.css'); * { font-size:15px; @@ -58,7 +58,7 @@ tooltip { #workspaces button { all:unset; padding: 0px 5px; - color: alpha(@color9,.4); + color: alpha(@color14,.4); transition: all .2s ease; } #workspaces button:hover { @@ -68,7 +68,7 @@ tooltip { transition: all 1s ease; } #workspaces button.active { - color: @color1; + color: @color15; border: none; text-shadow: 0px 0px 2px rgba(0, 0, 0, .5); } @@ -84,7 +84,7 @@ tooltip { transition: all 1s ease; } #workspaces button.empty.active { - color: @color3; + color: @color1; border: none; text-shadow: 0px 0px 2px rgba(0, 0, 0, .5); } diff --git a/.config/wofi/style.css b/.config/wofi/style.css index 581fb7e..d3e36a8 100755 --- a/.config/wofi/style.css +++ b/.config/wofi/style.css @@ -1,8 +1,8 @@ -@import url('/home/glala/.cache/wal/colors-waybar.css'); +@import url('../../.config/wal/colors-waybar.css'); -@define-color mauve @color9; -@define-color red @color9; -@define-color lavender @color7; +@define-color mauve @color4; +@define-color red @color5; +@define-color lavender @color15; @define-color text @color7; @keyframes fadeIn { 0% { @@ -18,7 +18,7 @@ outline: none; border: none; text-shadow:none; - background-color:transparent; + background-color: @background; } window { diff --git a/.zshrc b/.zshrc index 07926a6..8f20c34 100644 --- a/.zshrc +++ b/.zshrc @@ -73,7 +73,7 @@ alias dragon-drop="GDK_BACKEND=x11 dragon-drop" alias ls="exa" export EDITOR=nvim alias switchhack="fusee-nano ~/Downloads/switchhack/hekate_ctcaer_6.3.0.bin" -alias moonpi='ssh 192.168.178.35 "SDL_AUDIODRIVER=alsa moonlight-qt stream -1080 -fps 60 --audio-on-host 192.168.178.25 "BigPicture""' +alias moonpi='ssh 192.168.178.145 "SDL_AUDIODRIVER=alsa moonlight-qt stream -1080 -fps 60 --audio-on-host 192.168.178.25 "BigPicture""' alias ssh_t='(){ ssh $1 -t tmux;}' alias shutmoonpi='ssh 192.168.178.35 "moonlight-qt quit 192.168.178.25 "BigPicture"; killall moonlight-qt"' alias sshserver="ssh -i ~/.ssh/GlaServer00 glala@81.21.121.109"