Added Waybar
This commit is contained in:
parent
a545f0f2ec
commit
37b32d59eb
2 changed files with 140 additions and 0 deletions
59
config/waybar/style.css
Normal file
59
config/waybar/style.css
Normal file
|
@ -0,0 +1,59 @@
|
|||
* {
|
||||
font-size: 11px;
|
||||
font-family: "Roboto", "Font Awesome 5 Free";
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
color: #d8dee9;
|
||||
background: none;
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
/* Base styling for modules */
|
||||
#workspaces,
|
||||
#disk,
|
||||
#network,
|
||||
#cpu,
|
||||
#memory,
|
||||
#pulseaudio,
|
||||
#custom-spotify,
|
||||
#custom-multimedia_previous,
|
||||
#custom-multimedia_current,
|
||||
#custom-multimedia_next,
|
||||
#clock,
|
||||
#tray {
|
||||
padding: 0px 8px 0px 8px;
|
||||
border-radius: 4px;
|
||||
background: rgba(76, 86, 106, 0.7);
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
padding: 0;
|
||||
}
|
||||
#workspaces button {
|
||||
padding: 0px 12px 0px 12px;
|
||||
border-radius: 4px;
|
||||
background: rgba(94,129,172,0.7);
|
||||
margin: 0 1px;
|
||||
}
|
||||
#workspaces button.focused {
|
||||
border-radius: 4px;
|
||||
background: rgba(136, 192, 208, 0.7);
|
||||
color: rgba(46, 52, 64, 1);
|
||||
}
|
||||
#workspaces button.urgent {
|
||||
background: rgba(208, 135, 112, 0.7)
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
background: rgba(191, 97, 106, 0.7);
|
||||
}
|
||||
/* Style for buttons */
|
||||
#custom-spotify,
|
||||
#custom-multimedia_previous,
|
||||
#custom-multimedia_current,
|
||||
#custom-multimedia_next {
|
||||
background: rgba(94,129,172,0.7);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue