From e76d5b21ec34faa29df1b7035a0e1671339f480d Mon Sep 17 00:00:00 2001 From: Torgeir Thoresen Date: Sat, 17 Feb 2024 08:55:52 +0100 Subject: [PATCH] sway: attempt to fix red frowny face systray icon https://github.com/swaywm/sway/issues/4825 https://github.com/swaywm/sway/issues/5645 --- config/sway/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/sway/config b/config/sway/config index f2fb55c..28e96d0 100755 --- a/config/sway/config +++ b/config/sway/config @@ -241,8 +241,9 @@ bindsym Ctrl+$mod+Right resize grow width 100px ### Status Bar (man 5 sway-bar) bar { position bottom - font pango:DejaVu Sans Mono, FontAwesome 10 + font pango:IosevkaTermCurlySlab Nerd Font, FontAwesome 10 status_command i3status-rs ~/.config/i3status-rust/config.toml + icon_theme Adwaita colors { separator #666666 background #222222 @@ -318,13 +319,13 @@ exec dropbox #exec "signal-desktop --ozone-platform=wayland" exec "$term --title term-top -e btop" -exec 'env -u WAYLAND_DISPLAY psensor &> /dev/null' +exec 'env -u WAYLAND_DISPLAY psensor' exec "$term --title term-journalctl -e journalctl -f" workspace 6 # TODO torgeir # exec "$term --title term-amdgpu-top amdgpu_top" -exec "corectrl &> /dev/null" +exec "corectrl" exec "$term --title term-htop -e htop" workspace 4