Move all config files to config directory and add corresponding changes to bootstrap script
This commit is contained in:
54
config/waybar/style.css
Normal file
54
config/waybar/style.css
Normal file
@@ -0,0 +1,54 @@
|
||||
/* Colors */
|
||||
/* primary: #ffa759 */
|
||||
/* background: #202734 */
|
||||
/* background-alt: #191e2a */
|
||||
/* foreground: #cbccc6 */
|
||||
|
||||
window#waybar {
|
||||
background: #191e2a;
|
||||
color: #cbccc6;
|
||||
font-family: "Fira Code", "Font Awesome 5 Free Solid";
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
background: #202734;
|
||||
margin: 10px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: #fff;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #ffa759;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background: #ffa759;
|
||||
}
|
||||
|
||||
#mode {
|
||||
color: #ffa759;
|
||||
}
|
||||
|
||||
#custom-player,
|
||||
#custom-weather,
|
||||
#custom-pacman-updates,
|
||||
#clock,
|
||||
#network,
|
||||
#language,
|
||||
#pulseaudio,
|
||||
#tray,
|
||||
#custom-power-menu {
|
||||
background: #202734;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
color: #ffa759;
|
||||
}
|
||||
Reference in New Issue
Block a user