This commit is contained in:
Benjamin Palko 2024-08-09 13:23:17 -04:00
parent c3e5fc9028
commit 16491f437f
2 changed files with 2 additions and 1 deletions

View file

@ -56,7 +56,7 @@
"format": "{}", "format": "{}",
"rewrite": { "rewrite": {
"(.*) — Mozilla Firefox": "󰈹 $1", "(.*) — Mozilla Firefox": "󰈹 $1",
"(.*) - fish": "> [$1]", "~(.*)": " $1",
"nv": " neovim", "nv": " neovim",
}, },
"separate-outputs": true, "separate-outputs": true,

View file

@ -10,6 +10,7 @@
text-shadow: none; text-shadow: none;
transition: color 0.5s ease-in-out; transition: color 0.5s ease-in-out;
transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out;
font-size: 18px;
} }
@define-color button @color4; @define-color button @color4;