diff --git a/common/helix/config.toml b/common/helix/config.toml index 6bd8d69..8401f2c 100644 --- a/common/helix/config.toml +++ b/common/helix/config.toml @@ -49,7 +49,7 @@ D = "kill_to_line_end" q = ":reflow 80" Q = ":reflow 120" v = ":run-shell-command fish -c 'env > /tmp/env'" -C = ":bc" +C = ":bc!" h = ":toggle lsp.display-inlay-hints" # O = ["select_textobject_inner WORD", ":pipe-to xargs xdg-open"] diff --git a/os/linux/waybar/style.css b/os/linux/waybar/style.css index d9c17fe..d95497e 100644 --- a/os/linux/waybar/style.css +++ b/os/linux/waybar/style.css @@ -138,13 +138,14 @@ label:focus { } #pulseaudio { + color: @red; /* background-color: #f1c40f; */ /* color: #000000; */ } -#pulseaudio.muted { +#pulseaudio.source-muted { /* background-color: #90b1b1; */ - /* color: #2a5c45; */ + color: @text; } #custom-media {