Open arejula27 opened 1 month ago
I would like to know this too, Btw how did you group the modules arejula?
Removed the left/right margin and the borders using css. You have my dotfiles on my profile, the repo is dotfiles
Removed the left/right margin and the borders using css. You have my dotfiles on my profile, the repo is dotfiles
Thanks!
Hey seems like i found a way?? @arejula27
#tray {
margin: 4px;
color: @text;
padding: 3px 8px;
background-color: @surface0;
transition: all 200ms ease-in-out;
border-radius: 1.5em;
}
#tray.active {
color: @red;`
padding: 3px 8px;
background-color: @surface0;
transition: all 200ms ease-in-out;
border-radius: 1.5em;
}
#tray.empty {
background-color: @mauve;
}
I would like to know if it is possible to hide using CSS the tray module when there is no icon to show.