[Request] wlogout #159
nathanjace
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
were ya using some template? if so do ya mind sharing it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I didn't use a template; I simply tried and retried until wlogout started working: /* CSS variables
Generated by 'wal' */
:root {
--wallpaper: url("/home/user/wallpapers/cat-waves.png");
/* Special */
--background: #090911;
--foreground: #c1c1c3;
--cursor: #c1c1c3;
/* Colors */
--color0: #090911;
--color1: #716B8D;
--color2: #706D8F;
--color3: #86749B;
--color4: #6E8CAD;
--color5: #7AA3C8;
--color6: #9EA6D3;
--color7: #c1c1c3;
--color8: #57576b;
--color9: #716B8D;
--color10: #706D8F;
--color11: #86749B;
--color12: #6E8CAD;
--color13: #7AA3C8;
--color14: #9EA6D3;
--color15: #c1c1c3;
} and then running /* Generated for wlogout on 2025-05-16 22:33:50 */
@define-color background #090911;
@define-color foreground #c1c1c3;
@define-color cursor #c1c1c3;
@define-color color0 #090911;
@define-color color1 #716B8D;
@define-color color2 #706D8F;
@define-color color3 #86749B;
@define-color color4 #6E8CAD;
@define-color color5 #7AA3C8;
@define-color color6 #9EA6D3;
@define-color color7 #c1c1c3;
@define-color color8 #57576b;
@define-color color9 #716B8D;
@define-color color10 #706D8F;
@define-color color11 #86749B;
@define-color color12 #6E8CAD;
@define-color color13 #7AA3C8;
@define-color color14 #9EA6D3;
@define-color color15 #c1c1c3; Doing this actually applies the correct theme to |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Heyo!
Amazing job on the whole project! I am loving it so far.
I was wondering if
wlogout
could make a comeback. It used to be generated bypywal
but it stopped, and I haven't been able to do it withpywal16
.I came up with a clunky script that runs whenever I generate the color scheme with pywal16:
But it would be nice if this was implemented by default!
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions