Basic rice set up. Still need to add a way to reiably update the package lists and i need a launcher.
This commit is contained in:
commit
3e89f350a6
107 changed files with 7553 additions and 0 deletions
39
private_dot_config/waybar/style.css.tmpl
Normal file
39
private_dot_config/waybar/style.css.tmpl
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
@define-color foreground #{{ .colors.base05 }};
|
||||
@define-color foreground-inactive #{{.colors.base04 }};
|
||||
@define-color background #{{.colors.base01 }};
|
||||
|
||||
* {
|
||||
font-family: JetBrainsMono Nerd Font;
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#waybar {
|
||||
color: @foreground;
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: @foreground;
|
||||
padding-left: 0.7em;
|
||||
}
|
||||
|
||||
#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