update waybar config
This commit is contained in:
parent
add1b86ba7
commit
5d3110f589
6 changed files with 182 additions and 133 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@import "./themes/catppuccin-macchiato.css";
|
||||
|
||||
*{
|
||||
font-size: 13px;
|
||||
font-size: 0.9rem;
|
||||
font-family: JetBrainsMono Roboto, Helvetica, Arial, sans-serif;
|
||||
color: @text;
|
||||
}
|
||||
|
|
@ -11,7 +11,34 @@
|
|||
}
|
||||
#workspaces{
|
||||
border-radius:5px;
|
||||
box-shadow:0px 0px black;
|
||||
}
|
||||
|
||||
#workspaces button{
|
||||
padding: .25rem .5rem;
|
||||
margin-right: .5rem;
|
||||
}
|
||||
|
||||
#workspaces button:last-child{
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @teal;
|
||||
background-color: alpha(@teal, 0.15);
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
color: @red;
|
||||
background-color: alpha(@red, 0.15);
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
/* border: .2px solid transparent; */
|
||||
background: alpha(@blue, 0.15);
|
||||
color: @blue;
|
||||
border-color: transparent;
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
|
||||
box.modules-left,
|
||||
|
|
@ -21,7 +48,6 @@ box.modules-right {
|
|||
background-color: @base;
|
||||
}
|
||||
|
||||
#workspaces,
|
||||
#network,
|
||||
#backlight,
|
||||
#wireplumber,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue