new changes like putting the color pallette in here instead of leaving it in the cache

This commit is contained in:
Robin
2025-08-19 18:57:23 +02:00
parent 498317d0d8
commit b5868482ec
7 changed files with 41 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ listener {
# Suspend the system
listener {
timeout = 600
timeout = 900
on-timeout = systemctl suspend
}

View File

@@ -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

View File

@@ -3,7 +3,7 @@
)
(defalias
escctrl (tap-hold 100 100 caps lmet)
escctrl (tap-hold 300 100 caps lmet)
)
(deflayer base

View 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;

View File

@@ -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);
}

View File

@@ -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 {