cityseventeen: change font from anakron to kirsch

This commit is contained in:
Artur Manuel 2025-04-20 09:45:34 +01:00
commit 3249734cba
Signed by: amadaluzia
SSH key fingerprint: SHA256:ubvwT66gNUKSsgSzEb2UQnX8pzTq5N+r8eRVYGJJm4Q
11 changed files with 184 additions and 115 deletions

View file

@ -6,11 +6,6 @@
"modules-center": ["niri/workspaces"],
"modules-right": ["tray", "wireplumber", "clock"],
"reload_style_on_change": true,
"custom/nixos": {
"format": "󱄅",
"on-click": "rofi -show drun",
"tooltip": false,
},
"mpris": {
"format": "{player_icon} {dynamic}",
"format-paused": "{status_icon} <i>{dynamic}</i>",

View file

@ -18,7 +18,7 @@
* {
color: @base05;
font-family: monospace;
font-size: 9pt;
font-size: 12pt;
border-radius: 0px;
border: none;
}
@ -32,11 +32,6 @@ window#waybar {
padding: 0px 10px;
}
#custom-nixos {
color: @base0D;
font-size: 18px;
}
button {
padding: 4px 10px;
}