h
This commit is contained in:
+91
-43
@@ -1,71 +1,119 @@
|
||||
* {
|
||||
border: none;
|
||||
min-height: 0;
|
||||
border-radius: 0;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
font-family: HackNerdFont;
|
||||
border: none;
|
||||
min-height: 0;
|
||||
border-radius: 0;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
font-family: HackNerdFont;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
color: #FFFFFF;
|
||||
background: #2B2A33;
|
||||
color: #FFFFFF;
|
||||
background: #2B2A33;
|
||||
}
|
||||
|
||||
|
||||
#workspaces button { padding: 0 3px; }
|
||||
#workspaces button.active { background-color: #446688; }
|
||||
#workspaces button {
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background-color: #446688;
|
||||
}
|
||||
|
||||
#submap {
|
||||
margin-left: 4px;
|
||||
padding: 0 5px;
|
||||
background-color: #882222;
|
||||
margin-left: 4px;
|
||||
padding: 0 5px;
|
||||
background-color: #882222;
|
||||
}
|
||||
|
||||
#tray, #bluetooth, #network, #network.eth, #cpu, #memory, #disk, #custom-record, #wireplumber, #custom-microphone, #backlight, #language, #custom-plugged, #battery, #custom-clock {
|
||||
margin: 0 3px;
|
||||
padding: 0 3px;
|
||||
#tray,
|
||||
#bluetooth,
|
||||
#network,
|
||||
#network.eth,
|
||||
#cpu,
|
||||
#memory,
|
||||
#disk,
|
||||
#wireplumber,
|
||||
#custom-microphone,
|
||||
#backlight,
|
||||
#language,
|
||||
#custom-plugged,
|
||||
#battery,
|
||||
#custom-clock {
|
||||
margin: 0 3px;
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
#bluetooth, #network, #network.eth {
|
||||
border-bottom: 1px solid #EE99EE;
|
||||
#bluetooth,
|
||||
#network,
|
||||
#network.eth {
|
||||
border-bottom: 1px solid #EE99EE;
|
||||
}
|
||||
#bluetooth { margin-left: 6px; }
|
||||
#network.eth { margin-right: 6px; }
|
||||
|
||||
#cpu, #memory, #disk, #custom-plugged, #battery{
|
||||
border-bottom: 1px solid #44CC44;
|
||||
#bluetooth {
|
||||
margin-left: 6px;
|
||||
}
|
||||
#cpu { margin-left: 6px; }
|
||||
#battery { margin-right: 6px; }
|
||||
|
||||
#custom-record {
|
||||
border-bottom: 1px solid #00BBFF;
|
||||
#network.eth {
|
||||
margin-right: 6px;
|
||||
}
|
||||
#custom-record { margin-left: 6px; }
|
||||
#custom-record { margin-right: 6px; }
|
||||
|
||||
#wireplumber, #custom-microphone, #backlight, #language {
|
||||
border-bottom: 1px solid #BBCCFF;
|
||||
#cpu,
|
||||
#memory,
|
||||
#disk,
|
||||
#custom-plugged,
|
||||
#battery {
|
||||
border-bottom: 1px solid #44CC44;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
#battery {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
#wireplumber,
|
||||
#custom-microphone,
|
||||
#backlight,
|
||||
#language {
|
||||
border-bottom: 1px solid #BBCCFF;
|
||||
}
|
||||
|
||||
#wireplumber {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
#language {
|
||||
margin-right: 6px;
|
||||
}
|
||||
#wireplumber { margin-left: 6px; }
|
||||
#language { margin-right: 6px; }
|
||||
|
||||
|
||||
#custom-plugged {
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
border-right: 0;
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
#battery {
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
border-left: 0;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
#battery.warning, #custom-microphone.muted, #wireplumber.muted
|
||||
{ background-color: #886600; }
|
||||
#battery.warning,
|
||||
#custom-microphone.muted,
|
||||
#wireplumber.muted {
|
||||
background-color: #886600;
|
||||
}
|
||||
|
||||
#battery.critical, #custom-microphone.unknown
|
||||
{ background-color: #880000; }
|
||||
#battery.critical,
|
||||
#custom-microphone.unknown {
|
||||
background-color: #880000;
|
||||
}
|
||||
|
||||
#custom-clock { margin-right: 0; }
|
||||
#custom-clock {
|
||||
margin-right: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user