waybar: add basic setup
This commit is contained in:
parent
890fcfc6ce
commit
35c774b55e
2 changed files with 112 additions and 0 deletions
39
modules/desktop/addons/waybar.css
Normal file
39
modules/desktop/addons/waybar.css
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
@define-color foreground #eeeeee;
|
||||
@define-color foreground-inactive #aaaaaa;
|
||||
@define-color background #000000;
|
||||
|
||||
* {
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
font-size: 17px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#waybar {
|
||||
color: @foreground;
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: @foreground;
|
||||
padding-right: .5em
|
||||
}
|
||||
|
||||
#workspaces button.empty {
|
||||
color: @foreground-inactive;
|
||||
}
|
||||
|
||||
#memory,
|
||||
#custom-platform-profile {
|
||||
padding-left: 1em
|
||||
}
|
||||
|
||||
#wireplumber,
|
||||
#battery,
|
||||
#idle_inhibitor,
|
||||
#language,
|
||||
#network,
|
||||
#bluetooth,
|
||||
#tray {
|
||||
padding-right: 1em
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue