mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-26 15:14:58 +08:00
Configure more window icons for dock and titlebars
This commit is contained in:
parent
761ab0f161
commit
61ba0da028
2 changed files with 9 additions and 0 deletions
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue