From 68686370e943e4abac8f12df283e37c1bd767a28 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 16 Jun 2023 22:04:12 -0500 Subject: [PATCH 1/4] Eww --- common/fish/vars.fish | 2 ++ os/linux/eww/eww.scss | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/fish/vars.fish b/common/fish/vars.fish index 0e576dd..0556773 100644 --- a/common/fish/vars.fish +++ b/common/fish/vars.fish @@ -16,9 +16,11 @@ set --export --universal MANPAGER "less" if command --search --quiet hx set --export --universal EDITOR hx set --export --universal VISUAL hx + alias helix hx else if command --search --quiet helix set --export --universal EDITOR helix set --export --universal VISUAL helix + alias hx helix else if command --search --quiet nvim set --export --universal EDITOR nvim set --export --universal VISUAL nvim diff --git a/os/linux/eww/eww.scss b/os/linux/eww/eww.scss index 0188fb5..0a4b386 100644 --- a/os/linux/eww/eww.scss +++ b/os/linux/eww/eww.scss @@ -69,12 +69,12 @@ $rosewater: #f5e0dc; padding-right: 10px; } -.vol .muted, +.vol .live, .mic .live { color: #f38ba8; } -.vol .live, +.vol .muted, .mic .muted { color: #74c7ec; } \ No newline at end of file From df175a0794d07604bd60f5f2883f77e8781da170 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 17 Jun 2023 23:06:24 -0500 Subject: [PATCH 2/4] No gaps in laptop --- host/laptop/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/host/laptop/sway/config b/host/laptop/sway/config index f6e3b8e..e11daa1 100644 --- a/host/laptop/sway/config +++ b/host/laptop/sway/config @@ -16,4 +16,6 @@ input type:touchpad { } +gaps inner 0 + exec firefox From b522cead2db7f85faeb6fb358b35b74e86ff8271 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 18 Jun 2023 10:55:45 -0500 Subject: [PATCH 3/4] Add second battery meter --- os/linux/eww/eww.yuck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/linux/eww/eww.yuck b/os/linux/eww/eww.yuck index 18adeed..f35ab3c 100644 --- a/os/linux/eww/eww.yuck +++ b/os/linux/eww/eww.yuck @@ -33,7 +33,7 @@ {" " + round(EWW_CPU["avg"], 0) + "%"} {" " + round(EWW_RAM["used_mem_perc"], 0) + "%"} {isDesktop == "true" ? "" : " " + brightness + "%"} - {isDesktop == "true" ? "" : "󱊣 " + EWW_BATTERY["BAT0"]["capacity"] + "%"} + {isDesktop == "true" ? "" : "󱊣 " + EWW_BATTERY["BAT0"]["capacity"] + "%/" + EWW_BATTERY["BAT1"]["capacity"] + "%"} )) (defwidget music [] From 425139e400abba804ec4b70644f43bc391edbd1d Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sun, 18 Jun 2023 17:44:48 -0500 Subject: [PATCH 4/4] Allow trackpad while typing --- os/linux/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/linux/sway/config b/os/linux/sway/config index bbacece..2ddfd1b 100644 --- a/os/linux/sway/config +++ b/os/linux/sway/config @@ -33,7 +33,7 @@ input type:pointer { } input type:touchpad { - dwt enabled + dwt disabled tap enabled natural_scroll enabled middle_emulation enabled