Skip to content

Commit

Permalink
sway: attempt to fix red frowny face systray icon
Browse files Browse the repository at this point in the history
  • Loading branch information
torgeir committed Feb 17, 2024
1 parent 225c741 commit 225a379
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ bar {
position bottom
font pango:DejaVu Sans Mono, FontAwesome 10
status_command i3status-rs ~/.config/i3status-rust/config.toml
# TODO torgeir
icon_theme Adwaita
colors {
separator #666666
background #222222
Expand Down Expand Up @@ -318,13 +320,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
Expand Down

0 comments on commit 225a379

Please sign in to comment.