feat(wrapping): introduce wrapped configurations
This commit is contained in:
parent
3892f6f79b
commit
2aa24ab2b9
22 changed files with 883 additions and 135 deletions
53
hosts/python/users/configs/waybar/style.scss
Normal file
53
hosts/python/users/configs/waybar/style.scss
Normal file
|
@ -0,0 +1,53 @@
|
|||
$base00: #2e3440;
|
||||
$base01: #3b4252;
|
||||
$base02: #434c5e;
|
||||
$base03: #4c566a;
|
||||
$base04: #d8dee9;
|
||||
$base05: #e5e9f0;
|
||||
$base06: #eceff4;
|
||||
$base07: #8fbcbb;
|
||||
$base08: #bf616a;
|
||||
$base09: #d08770;
|
||||
$base0A: #ebcb8b;
|
||||
$base0B: #a3be8c;
|
||||
$base0C: #88c0d0;
|
||||
$base0D: #81a1c1;
|
||||
$base0E: #b48ead;
|
||||
$base0F: #5e81ac;
|
||||
|
||||
* {
|
||||
all: unset;
|
||||
font-size: 18px;
|
||||
color: $base06;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: $base00;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background: $base01;
|
||||
}
|
||||
|
||||
.modules-left,
|
||||
.modules-right {
|
||||
background: $base01;
|
||||
padding: 0px 12px;
|
||||
}
|
||||
|
||||
.modules-center {
|
||||
background: $base01;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 8px 16px;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
padding: 8px 28px;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background: $base02;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue