diff --git a/config/eww/scripts/daemons/sway-dock.py b/config/eww/scripts/daemons/sway-dock.py index 9627beb..aee0564 100755 --- a/config/eww/scripts/daemons/sway-dock.py +++ b/config/eww/scripts/daemons/sway-dock.py @@ -10,10 +10,12 @@ window_information = { "htop": { "symbol": "", "color": "2" }, "btop": { "symbol": "", "color": "2" }, "Sxiv": { "symbol": "", "color": "1" }, + "Nsxiv": { "symbol": "", "color": "1" }, "nemo": { "symbol": "", "color": "3" }, "chrome-discordapp.com__channels_@me-Default": { "symbol": "", "color": "4" }, "chrome-chatgpt.com__-Default": { "symbol": "", "color": "2" }, "lutris": { "symbol": "", "color": "6" }, + "net.lutris.Lutris": { "symbol": "", "color": "6" }, "editor": { "symbol": "", "color": "5" }, "scratchpad": { "symbol": "", "color": "1" }, "scratchpad_input": { "symbol": "", "color": "3" }, @@ -27,11 +29,15 @@ window_information = { "org": { "symbol": "", "color": "2" }, "explorer.exe": { "symbol": "", "color": "4" }, "appimagekit_3a48058ef277d45ae2228089429c0259-Telegram_Desktop": { "symbol": "", "color": "4" }, + "org.telegram.desktop": { "symbol": "", "color": "4" }, "pavucontrol": { "symbol": "", "color": "4" }, + "org.pulseaudio.pavucontrol": { "symbol": "", "color": "4" }, "chrome-open.spotify.com__-Default": { "symbol": "", "color": "2" }, "Wine": { "symbol": "", "color": "1" }, "chrome-mail.proton.me__-Default": { "symbol": "", "color": "6" }, "Gimp": { "symbol": "", "color": "4" }, + "gimp": { "symbol": "", "color": "4" }, + "org.inkscape.Inkscape": { "symbol": "", "color": "2" }, "deluge": { "symbol": "", "color": "1" }, "___default___": { "symbol": "", "color": "10" }, } diff --git a/config/sway/appearance b/config/sway/appearance index 43c5eaa..e4ea071 100644 --- a/config/sway/appearance +++ b/config/sway/appearance @@ -78,6 +78,7 @@ for_window { [class="^Nsxiv$"] title_format $icon_pre"$x1">$icon_post [app_id="^nemo$"] title_format $icon_pre"$x3">$icon_post [app_id="^pavucontrol$"] title_format $icon_pre"$x4">$icon_post + [app_id="^org.pulseaudio.pavucontrol$"] title_format $icon_pre"$x4">$icon_post [app_id="^scratchpad$"] title_format $icon_pre"$x1">$icon_post [app_id="^scratchpad_input$"] title_format $icon_pre"$x3">$icon_post [app_id="^firefox$"] title_format $icon_pre"$x3">$icon_post @@ -92,12 +93,14 @@ for_window { [app_id="-Telegram_Desktop$"] title_format $icon_pre"$x4">$icon_post [app_id="^editor$"] title_format $icon_pre"$x5">$icon_post [app_id="^lutris$"] title_format $icon_pre"$x6">$icon_post + [app_id="^net.lutris.Lutris$"] title_format $icon_pre"$x6">$icon_post [app_id="^org$"] title_format $icon_pre"$x2">$icon_post [app_id="^emacs$"] title_format $icon_pre"$x2">$icon_post [class="^Emacs$"] title_format $icon_pre"$x2">$icon_post [app_id="^gucharmap$"] title_format $icon_pre"$x2">$icon_post [class="^Gimp$"] title_format $icon_pre"$x4">$icon_post [app_id="^[gG]imp$"] title_format $icon_pre"$x4">$icon_post + [app_id="^org.inkscape.Inkscape$"] title_format $icon_pre"$x2">$icon_post [class="^steam$"] title_format $icon_pre"$x2">$icon_post [app_id="^deluge$"] title_format $icon_pre"$x1">$icon_post [app_id="^chrome-open.spotify.com__-Default$"] title_format $icon_pre"$x2">$icon_post