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 e76d5b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 e76d5b2

Please sign in to comment.