diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 02:03:31 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 02:03:31 +0900 |
| commit | d7ff1c1dea16619a38f35536a5c00685d848abce (patch) | |
| tree | f5c9ea6aeca1fb713d31a1d2d3069c5b9830ddc0 /config/ags | |
| parent | a3994cc8edd41fa42dfe1a6f22754dcdcc3d1e51 (diff) | |
Initial Push - Moving to Wallust from Pywal
Diffstat (limited to 'config/ags')
| -rw-r--r-- | config/ags/user/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/ags/user/style.css b/config/ags/user/style.css index 0519fb17..9d4b9c79 100644 --- a/config/ags/user/style.css +++ b/config/ags/user/style.css @@ -2,11 +2,10 @@ all: unset; } -@import '../../../.cache/wal/colors-waybar.css'; -/* @import '../../../.cache/wal/colors-waybar-rgba.css'; */ +@import '../../../.config/wallust/colors-waybar.css'; /* define some colors */ -@define-color border-color @color2; +@define-color border-color @color12; @define-color border-color-alt @color7; @define-color text-color rgba(255, 255, 255, 0.7); @define-color noti-bg rgba(0, 0, 0, 0.4); |
