add util desktop
This commit is contained in:
88
home-manager/waybar/config/style.css
Normal file
88
home-manager/waybar/config/style.css
Normal file
@@ -0,0 +1,88 @@
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family:
|
||||
Cartograph CF Nerd Font,
|
||||
monospace;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: rgba(21, 18, 27, 0);
|
||||
color: #cdd6f4;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: #9ccfd8;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #9ccfd8;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
}
|
||||
|
||||
#custom-language,
|
||||
#custom-updates,
|
||||
#custom-caffeine,
|
||||
#custom-weather,
|
||||
#window,
|
||||
#clock,
|
||||
#battery,
|
||||
#pulseaudio,
|
||||
#network,
|
||||
#workspaces,
|
||||
#tray,
|
||||
#backlight {
|
||||
}
|
||||
|
||||
#tray {
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
}
|
||||
|
||||
#custom-caffeine {
|
||||
}
|
||||
|
||||
#custom-language {
|
||||
}
|
||||
|
||||
#custom-updates {
|
||||
}
|
||||
|
||||
#window {
|
||||
}
|
||||
|
||||
#clock {
|
||||
}
|
||||
|
||||
#network {
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
}
|
||||
|
||||
#pulseaudio.microphone {
|
||||
}
|
||||
|
||||
#battery {
|
||||
}
|
||||
|
||||
#custom-weather {
|
||||
}
|
||||
|
||||
#custom-endright {
|
||||
}
|
||||
Reference in New Issue
Block a user