Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
9d9b85a139
|
@ -16,9 +16,11 @@ set --export --universal MANPAGER "less"
|
||||||
if command --search --quiet hx
|
if command --search --quiet hx
|
||||||
set --export --universal EDITOR hx
|
set --export --universal EDITOR hx
|
||||||
set --export --universal VISUAL hx
|
set --export --universal VISUAL hx
|
||||||
|
alias helix hx
|
||||||
else if command --search --quiet helix
|
else if command --search --quiet helix
|
||||||
set --export --universal EDITOR helix
|
set --export --universal EDITOR helix
|
||||||
set --export --universal VISUAL helix
|
set --export --universal VISUAL helix
|
||||||
|
alias hx helix
|
||||||
else if command --search --quiet nvim
|
else if command --search --quiet nvim
|
||||||
set --export --universal EDITOR nvim
|
set --export --universal EDITOR nvim
|
||||||
set --export --universal VISUAL nvim
|
set --export --universal VISUAL nvim
|
||||||
|
|
|
@ -17,4 +17,6 @@ input type:touchpad {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gaps inner 0
|
||||||
|
|
||||||
exec firefox
|
exec firefox
|
||||||
|
|
|
@ -69,12 +69,12 @@ $rosewater: #f5e0dc;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vol .muted,
|
.vol .live,
|
||||||
.mic .live {
|
.mic .live {
|
||||||
color: #f38ba8;
|
color: #f38ba8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vol .live,
|
.vol .muted,
|
||||||
.mic .muted {
|
.mic .muted {
|
||||||
color: #74c7ec;
|
color: #74c7ec;
|
||||||
}
|
}
|
|
@ -33,7 +33,7 @@
|
||||||
{" " + round(EWW_CPU["avg"], 0) + "%"}
|
{" " + round(EWW_CPU["avg"], 0) + "%"}
|
||||||
{" " + round(EWW_RAM["used_mem_perc"], 0) + "%"}
|
{" " + round(EWW_RAM["used_mem_perc"], 0) + "%"}
|
||||||
{isDesktop == "true" ? "" : " " + brightness + "%"}
|
{isDesktop == "true" ? "" : " " + brightness + "%"}
|
||||||
{isDesktop == "true" ? "" : " " + EWW_BATTERY["BAT0"]["capacity"] + "%"}
|
{isDesktop == "true" ? "" : " " + EWW_BATTERY["BAT0"]["capacity"] + "%/" + EWW_BATTERY["BAT1"]["capacity"] + "%"}
|
||||||
))
|
))
|
||||||
|
|
||||||
(defwidget music []
|
(defwidget music []
|
||||||
|
|
|
@ -32,7 +32,7 @@ input type:pointer {
|
||||||
}
|
}
|
||||||
|
|
||||||
input type:touchpad {
|
input type:touchpad {
|
||||||
dwt enabled
|
dwt disabled
|
||||||
tap enabled
|
tap enabled
|
||||||
natural_scroll enabled
|
natural_scroll enabled
|
||||||
middle_emulation enabled
|
middle_emulation enabled
|
||||||
|
|
Reference in a new issue