bar: fix foot not having proper colours
Only works if using caelestia-foot
This commit is contained in:
parent
3b2130f286
commit
f138055ee6
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ const Network = () => (
|
|||
execAsync("uwsm app -- gnome-control-center wifi").catch(() => {
|
||||
network.wifi.scan();
|
||||
execAsync(
|
||||
"uwsm app -- foot -T nmtui fish -c 'sleep .1; set -e COLORTERM; TERM=xterm-old nmtui connect'"
|
||||
"uwsm app -- foot -T nmtui -- fish -c 'sleep .1; set -e COLORTERM; TERM=xterm-old nmtui connect'"
|
||||
).catch(() => {}); // Ignore errors
|
||||
});
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue