waybar!
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
window#waybar {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
font-family: "Noto Sans Mono", monospace;
|
||||
font-size: 13px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 5px;
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#workspaces button.focused,
|
||||
#workspaces button.visible {
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#workspaces button.focused:hover,
|
||||
#workspaces button.visible:hover {
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: #ffffff;
|
||||
color: #ffffff;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#window {
|
||||
color: #ffffff;
|
||||
background: transparent;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#cpu, #memory, #pulseaudio, #custom-recording, #custom-vpn, #battery, #clock {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: transparent;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.modules-right {
|
||||
padding-right: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user