
Catppuccin for wlogout
- Copy the contents of the desired flavor and accent's css file to
~/.config/wlogout/style.css
. - Copy the icons corresponding to the desired flavor and accent from either ./icons/wlogout or ./icons/wleave to
~/.config/wlogout/
. - Copy the below text to
~/.config/wlogout/style.css
to set the icons.
#lock {
background-image: url("/home/<USER>/.config/wlogout/icons/lock.svg");
}
#logout {
background-image: url("/home/<USER>/.config/wlogout/icons/logout.svg");
}
#suspend {
background-image: url("/home/<USER>/.config/wlogout/icons/suspend.svg");
}
#hibernate {
background-image: url("/home/<USER>/.config/wlogout/icons/hibernate.svg");
}
#shutdown {
background-image: url("/home/<USER>/.config/wlogout/icons/shutdown.svg");
}
#reboot {
background-image: url("/home/<USER>/.config/wlogout/icons/reboot.svg");
}
- Q: "Does this also work with wleave?"
A: Yes, it does. In fact, there is even a set of wleave-style icons in./icons/wleave
.
Copyright © 2021-present Catppuccin Org