Barrr?
This commit is contained in:
parent
bc86d45bec
commit
3416513c64
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Reference in a new issue