mirror of
https://github.com/Snigdha-OS/snigdhaos-kernel-switcher.git
synced 2025-09-21 05:04:55 +02:00
chore(comp): change compositions
This commit is contained in:
@@ -35,7 +35,7 @@ class Main(Gtk.Application):
|
||||
display = Gtk.Widget.get_display(win)
|
||||
|
||||
# sourced from /usr/share/icons/hicolor/scalable/apps
|
||||
win.set_icon_name("archlinux-kernel-manager-tux")
|
||||
win.set_icon_name("snigdhaos-kernel-manager-tux")
|
||||
provider = Gtk.CssProvider.new()
|
||||
css_file = Gio.file_new_for_path(base_dir + "/snigdhaos-kernel-manager.css")
|
||||
provider.load_from_file(css_file)
|
||||
|
Reference in New Issue
Block a user