add os config
This commit is contained in:
parent
d8d692d313
commit
33bf5ec883
30 changed files with 271 additions and 5 deletions
50
waybar.css
50
waybar.css
|
|
@ -1,50 +0,0 @@
|
|||
* {
|
||||
font-family: "Jost", "Material Design Icons", Monospace;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#tray,
|
||||
label.module {
|
||||
padding: 0px 8px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: rgba(255, 255, 255, .0);
|
||||
}
|
||||
|
||||
#controls,
|
||||
#submap,
|
||||
#network,
|
||||
#disks,
|
||||
#hardware,
|
||||
#tray,
|
||||
#clock {
|
||||
background: rgba(0, 0, 0, .8);
|
||||
color: white;
|
||||
margin: 0px 5px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0;
|
||||
color: #888888;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#submap {
|
||||
background: #000000;
|
||||
border: 1px solid #ffffff;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#window {
|
||||
color: #ffffff;
|
||||
text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000,
|
||||
1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
border: 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue