steal tray-expander from Omarchy 🤓
This commit is contained in:
@@ -162,7 +162,7 @@ def _change_waybar(palette: dict[str, str], flavor: str):
|
||||
waybar_template = Path.home().joinpath('.config', 'waybar', 'style.css.template')
|
||||
waybar_dist = copy_template(waybar_template, Path.home().joinpath('.config', 'waybar'))
|
||||
replace_placeholders(waybar_dist, palette, flavor)
|
||||
os.system('waybar-toggle.sh')
|
||||
os.system('waybar-toggle')
|
||||
|
||||
|
||||
def _change_ohmyposh(palette: dict[str, str], flavor: str):
|
||||
|
||||
@@ -77,7 +77,7 @@ if __name__ == "__main__":
|
||||
# notification
|
||||
Notify.init("Screenshot Utility")
|
||||
n = Notify.Notification.new(
|
||||
"Screenshot Taken",
|
||||
"Screenshot taken",
|
||||
"Click to edit"
|
||||
)
|
||||
n.add_action(
|
||||
|
||||
Reference in New Issue
Block a user