hibernate & waybar & maybe some other things
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
|
||||
window#waybar {
|
||||
/* background: rgba(0,130,130,0); */
|
||||
background: @base;
|
||||
/* background: rgba(0,0,0,0.9); */
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#clock,
|
||||
@@ -25,14 +26,22 @@ window#waybar {
|
||||
#custom-notification,
|
||||
#tray,
|
||||
#battery{
|
||||
background: rgba(10,10,10,100);
|
||||
opacity: 0.8;
|
||||
/* background: rgba(10,10,10,100); */
|
||||
background: @crust;
|
||||
/* opacity: 0.8; */
|
||||
/* color: #00ffff; */
|
||||
color: @mauve;
|
||||
padding: 0px 10px ;
|
||||
margin: 3px 0px;
|
||||
}
|
||||
|
||||
#custom-separator {
|
||||
background: @crust;
|
||||
color: @mauve;
|
||||
padding: 0px 2px ;
|
||||
margin: 1px 0px;
|
||||
}
|
||||
|
||||
#workspaces button{
|
||||
color: @mauve;
|
||||
border-radius: 7px;
|
||||
@@ -62,11 +71,11 @@ window#waybar {
|
||||
background: none;
|
||||
}
|
||||
|
||||
#network{
|
||||
#network {
|
||||
border-radius: 10px 0px 0px 10px;
|
||||
}
|
||||
|
||||
#tray{
|
||||
#tray {
|
||||
border-radius: 0px 10px 10px 0px;
|
||||
margin-right: 5px
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user