Skip to content

Commit

Permalink
use settings, not args
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Dec 9, 2024
1 parent 0fcd6ca commit 9473eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwg_shell_config/hud.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def main():
hbox.set_property("margin", 12)
vbox.pack_start(hbox, False, False, 0)

if args.icon:
if settings["icon"]:
img = Gtk.Image()
update_image(img, settings["icon"], settings["icon-size"])
hbox.pack_start(img, False, False, 0)
Expand Down

0 comments on commit 9473eac

Please sign in to comment.