mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2024-11-25 00:38:20 -05:00
138 lines
1.7 KiB
CSS
138 lines
1.7 KiB
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: "Hack Nerd Font";
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
min-height: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background: #283036;
|
|
color: #e5e9f0;
|
|
border: #59ff59 2px solid;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
tooltip {
|
|
background: #283036;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
#workspaces button {
|
|
background: #ff9c59;
|
|
color: #283036;
|
|
padding: 5px;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
background: #59ff59;
|
|
color: #283036;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
color: #283036;
|
|
background: #283036;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#workspaces button.urgent {
|
|
color: #283036;
|
|
background: #ff5959;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
background: #e5e9f0;
|
|
color: #283036;
|
|
}
|
|
|
|
#custom-language,
|
|
#custom-updates,
|
|
#custom-caffeine,
|
|
#custom-weather,
|
|
#cpu,
|
|
#disk,
|
|
#memory,
|
|
#window,
|
|
#clock,
|
|
#battery,
|
|
#pulseaudio,
|
|
#network,
|
|
#workspaces,
|
|
#temperature,
|
|
#language,
|
|
#backlight {
|
|
background: #ffff59;
|
|
color: #283036;
|
|
padding: 0px 5px;
|
|
margin: 5px 0px;
|
|
}
|
|
|
|
#tray {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#workspaces {
|
|
background: #ff9c59;
|
|
color: #283036;
|
|
padding-right: 0px;
|
|
padding-left: 0px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#clock.date,
|
|
#window,
|
|
#disk {
|
|
color: #283036;
|
|
border-radius: 0px 10px 10px 0px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#clock {
|
|
color: #283036;
|
|
margin-left: 0px;
|
|
border-right: 0px;
|
|
}
|
|
|
|
#clock.date {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#network {
|
|
color: #283036;
|
|
border-left: 0px;
|
|
border-right: 0px;
|
|
}
|
|
|
|
#pulseaudio {
|
|
color: #283036;
|
|
border-left: 0px;
|
|
border-right: 0px;
|
|
}
|
|
|
|
#pulseaudio.microphone {
|
|
color: #283036;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
#battery {
|
|
color: #283036;
|
|
margin-right: 0px;
|
|
border-left: 0px;
|
|
}
|
|
|
|
#custom-weather {
|
|
color: #283036;
|
|
border-right: 0px;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
#workspaces,
|
|
#language,
|
|
#cpu {
|
|
color: #283036;
|
|
border-radius: 10px 0px 0px 10px;
|
|
padding-left: 10px;
|
|
}
|