new changes like putting the color pallette in here instead of leaving it in the cache
This commit is contained in:
@@ -19,7 +19,7 @@ listener {
|
|||||||
|
|
||||||
# Suspend the system
|
# Suspend the system
|
||||||
listener {
|
listener {
|
||||||
timeout = 600
|
timeout = 900
|
||||||
on-timeout = systemctl suspend
|
on-timeout = systemctl suspend
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -48,12 +48,12 @@ animations {
|
|||||||
|
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
|
|
||||||
animation = windows, 1, 7, myBezier
|
animation = windows, 1, 4, myBezier
|
||||||
animation = windowsOut, 1, 7, default, popin 80%
|
animation = windowsOut, 1, 4, default, popin 80%
|
||||||
animation = border, 1, 10, default
|
animation = border, 1, 4, default
|
||||||
animation = borderangle, 1, 8, default
|
animation = borderangle, 1, 4, default
|
||||||
animation = fade, 1, 7, default
|
animation = fade, 1, 4, default
|
||||||
animation = workspaces, 1, 6, default
|
animation = workspaces, 1, 4, default
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
@@ -82,7 +82,7 @@ bind = $mainMod, Q, exec, kitty #terminal
|
|||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, C, killactive,
|
||||||
bind = $mainMod, N, exec, hyprlock #lock screen
|
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, V, togglefloating,
|
||||||
bind = $mainMod, R, exec, wofi #application launcher
|
bind = $mainMod, R, exec, wofi #application launcher
|
||||||
|
|
||||||
@@ -191,8 +191,8 @@ exec-once=kanata -c ~/.config/kanata/config.kbd
|
|||||||
exec-once=waybar
|
exec-once=waybar
|
||||||
|
|
||||||
exec-once=systemctl --user start sunshine
|
exec-once=systemctl --user start sunshine
|
||||||
exec-once=openrgb
|
exec-once=openrgb --startminimized
|
||||||
exec-once=sleep 2 && killall openrgb
|
#exec-once=sleep 2 && killall openrgb
|
||||||
##authentication client
|
##authentication client
|
||||||
exec-once = systemctl --user start hyprpolkitagent
|
exec-once = systemctl --user start hyprpolkitagent
|
||||||
exec-once=/usr/lib/polkit-kde-authentication-agent-1
|
exec-once=/usr/lib/polkit-kde-authentication-agent-1
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
(defalias
|
(defalias
|
||||||
escctrl (tap-hold 100 100 caps lmet)
|
escctrl (tap-hold 300 100 caps lmet)
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflayer base
|
(deflayer base
|
||||||
|
|||||||
20
.config/wal/colors-waybar.css
Normal file
20
.config/wal/colors-waybar.css
Normal file
@@ -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;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
@import url('../../.cache/wal/colors-waybar.css');
|
@import url('../../.config/wal/colors-waybar.css');
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-size:15px;
|
font-size:15px;
|
||||||
@@ -58,7 +58,7 @@ tooltip {
|
|||||||
#workspaces button {
|
#workspaces button {
|
||||||
all:unset;
|
all:unset;
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
color: alpha(@color9,.4);
|
color: alpha(@color14,.4);
|
||||||
transition: all .2s ease;
|
transition: all .2s ease;
|
||||||
}
|
}
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
@@ -68,7 +68,7 @@ tooltip {
|
|||||||
transition: all 1s ease;
|
transition: all 1s ease;
|
||||||
}
|
}
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
color: @color1;
|
color: @color15;
|
||||||
border: none;
|
border: none;
|
||||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
|
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
|
||||||
}
|
}
|
||||||
@@ -84,7 +84,7 @@ tooltip {
|
|||||||
transition: all 1s ease;
|
transition: all 1s ease;
|
||||||
}
|
}
|
||||||
#workspaces button.empty.active {
|
#workspaces button.empty.active {
|
||||||
color: @color3;
|
color: @color1;
|
||||||
border: none;
|
border: none;
|
||||||
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
|
text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 mauve @color4;
|
||||||
@define-color red @color9;
|
@define-color red @color5;
|
||||||
@define-color lavender @color7;
|
@define-color lavender @color15;
|
||||||
@define-color text @color7;
|
@define-color text @color7;
|
||||||
@keyframes fadeIn {
|
@keyframes fadeIn {
|
||||||
0% {
|
0% {
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
outline: none;
|
outline: none;
|
||||||
border: none;
|
border: none;
|
||||||
text-shadow:none;
|
text-shadow:none;
|
||||||
background-color:transparent;
|
background-color: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
|||||||
2
.zshrc
2
.zshrc
@@ -73,7 +73,7 @@ alias dragon-drop="GDK_BACKEND=x11 dragon-drop"
|
|||||||
alias ls="exa"
|
alias ls="exa"
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
alias switchhack="fusee-nano ~/Downloads/switchhack/hekate_ctcaer_6.3.0.bin"
|
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 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 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"
|
alias sshserver="ssh -i ~/.ssh/GlaServer00 glala@81.21.121.109"
|
||||||
|
|||||||
Reference in New Issue
Block a user