solterra(apps): replace dunst with mako

This commit is contained in:
Artur Manuel 2025-03-28 00:19:18 +00:00
commit 6004b4eac5
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
11 changed files with 72 additions and 592 deletions

View file

@ -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;
}