solterra(apps): replace dunst with mako
This commit is contained in:
parent
6420ebef60
commit
6004b4eac5
11 changed files with 72 additions and 592 deletions
|
@ -16,58 +16,22 @@
|
|||
@define-color base0F #bd93f9;
|
||||
|
||||
* {
|
||||
all: unset;
|
||||
color: @base05;
|
||||
min-height: 0px;
|
||||
font-family: monospace;
|
||||
font-size: 17px;
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: @base00;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
tooltip {
|
||||
background: @base00;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
background: @base00;
|
||||
padding: 6px 16px;
|
||||
transition: 0.2s background;
|
||||
}
|
||||
|
||||
.modules-right label,
|
||||
#tray image {
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: @base01;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background: @base02;
|
||||
.modules-right,
|
||||
.modules-left {
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
#custom-nixos {
|
||||
padding: 0px 12px;
|
||||
font-size: 24px;
|
||||
color: @base0D;
|
||||
}
|
||||
|
||||
menu {
|
||||
background: @base00;
|
||||
color: @base05;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
menuitem {
|
||||
background: @base01;
|
||||
margin: 2px;
|
||||
padding: 5px 30px;
|
||||
}
|
||||
|
||||
menuitem label {
|
||||
font-size: 14px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue