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 2d5e798
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ bar {
position bottom
font pango:DejaVu Sans Mono, FontAwesome 10
status_command i3status-rs ~/.config/i3status-rust/config.toml
icon_theme Arc
colors {
separator #666666
background #222222
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2d5e798

Please sign in to comment.