Big update

This commit is contained in:
ant 2024-06-03 15:24:20 +02:00
parent 17dc67816a
commit 4be1762868
17 changed files with 1238 additions and 1338 deletions

50
waybar.css Normal file
View file

@ -0,0 +1,50 @@
* {
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, .3);
}
#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
}