initial
This commit is contained in:
48
.config/waybar/style.css
Normal file
48
.config/waybar/style.css
Normal file
@ -0,0 +1,48 @@
|
||||
*, body{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: 'Input Mono', 'Symbols Nerd Font Mono';
|
||||
font-size: 13px;
|
||||
min-height: 1.5em;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: rgba(0, 0, 0, 0.87);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
#workspaces button {
|
||||
margin: 0;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
border-bottom: 2px solid #05a4c4;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
border-bottom: 2px solid white;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#clock,
|
||||
#backlight,
|
||||
#pulseaudio,
|
||||
#bluetooth,
|
||||
#network,
|
||||
#battery,
|
||||
#mpd,
|
||||
#cpu,
|
||||
#memory,
|
||||
#custom-weather,
|
||||
#language {
|
||||
border-bottom: 2px solid #05a4c4;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user