119 lines
1.6 KiB
CSS
119 lines
1.6 KiB
CSS
* {
|
|
font-size: 12px;
|
|
font-family: "Fira Sans", monospace;
|
|
}
|
|
|
|
window#waybar {
|
|
background: transparent;
|
|
color: #fdf6e3;
|
|
}
|
|
|
|
#workspaces,
|
|
#clock.1,
|
|
#clock.2,
|
|
#clock.3,
|
|
#pulseaudio,
|
|
#memory,
|
|
#cpu,
|
|
#battery,
|
|
#disk,
|
|
#custom-gpu,
|
|
#custom-pacman,
|
|
#mpd,
|
|
#network,
|
|
#tray {
|
|
background: #1a1a1a;
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
#workspaces {
|
|
border-radius: 0 5px 5px 0;
|
|
}
|
|
|
|
#clock.1 {
|
|
border-radius: 5px 0 0 5px;
|
|
}
|
|
#clock.2 {
|
|
font-weight: bold;
|
|
}
|
|
#clock.3 {
|
|
border-radius: 0 5px 5px 0;
|
|
}
|
|
#pulseaudio {
|
|
border-radius: 5px 0 0 5px;
|
|
}
|
|
|
|
#workspaces button {
|
|
color: #fdf6e3;
|
|
border: none;
|
|
border-radius: 0;
|
|
padding: 0 5px;
|
|
margin-right: 5px;
|
|
border-bottom: 2px solid #1a1a1a;
|
|
}
|
|
#workspaces button.focused {
|
|
color: #268bd2;
|
|
border-bottom: 2px solid #268bd2;
|
|
}
|
|
#workspaces button.urgent {
|
|
color: #af005f;
|
|
border-bottom: 2px solid #af005f;
|
|
}
|
|
#workspaces button.urgent:hover {
|
|
box-shadow: inherit;
|
|
text-shadow: inherit;
|
|
background: #1a1a1a;
|
|
border-radius: 0;
|
|
border-bottom: 2px solid #af005f;
|
|
}
|
|
#workspaces button:hover {
|
|
box-shadow: inherit;
|
|
text-shadow: inherit;
|
|
background: #1a1a1a;
|
|
border-radius: 0;
|
|
border-bottom: 2px solid #268bd2;
|
|
}
|
|
/*
|
|
#workspaces button:hover {
|
|
color: #268bd2;
|
|
border: 0;
|
|
border-bottom: 2px solid #268bd2;
|
|
background: #1a1a1a;
|
|
}*/
|
|
|
|
#pulseaudio {
|
|
color: #268bd2;
|
|
}
|
|
#memory {
|
|
color: #2aa198;
|
|
}
|
|
#cpu {
|
|
color: #6c71c4;
|
|
}
|
|
#custom-gpu {
|
|
color: #6c71c4;
|
|
}
|
|
#battery {
|
|
color: #859900;
|
|
}
|
|
#disk {
|
|
color: #b58900;
|
|
}
|
|
#mpd {
|
|
color: #EEE;
|
|
}
|
|
|
|
#clock,
|
|
#pulseaudio,
|
|
#memory,
|
|
#cpu,
|
|
#battery,
|
|
#custom-gpu,
|
|
#mpd,
|
|
#network,
|
|
#custom-pacman,
|
|
#disk {
|
|
padding: 0 10px;
|
|
}
|