113 lines
1.7 KiB
CSS
113 lines
1.7 KiB
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: Cartograph CF Nerd Font, monospace;
|
|
font-weight: bold;
|
|
font-size: 13px;
|
|
min-height: 0;
|
|
margin-left: 3px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
window#waybar {
|
|
background: rgba(0, 0, 0, 0);
|
|
color: #cc5c00;
|
|
}
|
|
|
|
tooltip {
|
|
background: black;
|
|
border-radius: 10px;
|
|
border-width: 2px;
|
|
border-style: solid;
|
|
border-color: #cc5c00;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 3px;
|
|
color: #a79f9d;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
color: white;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
color: white;
|
|
background: #cc5c00;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#workspaces button.urgent {
|
|
color: white;
|
|
background: #cc5c00;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
background: white;
|
|
color: #cc5c00;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#workspaces {
|
|
background: black;
|
|
border-radius: 10px;
|
|
margin-left: 10px;
|
|
padding-right: 0px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
#window,
|
|
#clock,
|
|
#custom-powerMenu,
|
|
#pulseaudio,
|
|
#memory,
|
|
#tray,
|
|
#custom-dualsense,
|
|
#network,
|
|
#workspaces,
|
|
#cpu {
|
|
background: black;
|
|
padding: 4px 12px;
|
|
margin: 3px 2px;
|
|
margin-top: 9px;
|
|
border: 1px solid rgb(204, 92, 0);
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#tray {
|
|
border-radius: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#cpu {
|
|
margin-right: 0;
|
|
border-radius: 10px 0px 0px 10px;
|
|
background-color: #010006;
|
|
}
|
|
|
|
#memory {
|
|
margin-left: 0;
|
|
border-radius: 0px 10px 10px 0px;
|
|
background-color: #010006;
|
|
}
|
|
|
|
#window {
|
|
border-radius: 10px;
|
|
margin-left: 60px;
|
|
margin-right: 60px;
|
|
}
|
|
|
|
#clock {
|
|
color: #009e58;
|
|
}
|
|
|
|
#pulseaudio {
|
|
color: #9b1603;
|
|
}
|
|
|
|
#pulseaudio.microphone {
|
|
color: rgb(167, 159, 157);
|
|
}
|