Skip to content

Commit

Permalink
Add icon with borders for wm
Browse files Browse the repository at this point in the history
related to #54
  • Loading branch information
rafaelmardojai committed Sep 20, 2020
1 parent 423097d commit e73834c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
15 changes: 15 additions & 0 deletions data/com.rafaelmardojai.Blanket-wm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ install_data(
'com.rafaelmardojai.Blanket-symbolic.svg',
install_dir: join_paths(get_option('datadir'), 'icons/hicolor/symbolic/apps')
)
install_data(
'com.rafaelmardojai.Blanket-wm.svg',
install_dir: join_paths(get_option('datadir'), 'icons/hicolor/symbolic/apps')
)
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(self, mainplayer, **kwargs):
super().__init__(**kwargs)

# Set default window icon for window managers
self.set_default_icon_name('com.rafaelmardojai.Blanket-symbolic')
self.set_default_icon_name('com.rafaelmardojai.Blanket-wm')

# Settings wrapper
self.settings = Settings()
Expand Down

0 comments on commit e73834c

Please sign in to comment.