Skip to content

Commit c889d58

Browse files
committed
change default notification icons
1 parent b74a081 commit c889d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyprland/ipc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ async def notify(text, duration=3, color="ff1010", icon=-1):
2121

2222

2323
notify_fatal = partial(notify, icon=3, duration=10)
24-
notify_error = partial(notify, icon=1, duration=5)
25-
notify_info = partial(notify, icon=2, duration=5)
24+
notify_error = partial(notify, icon=0, duration=5)
25+
notify_info = partial(notify, icon=1, duration=5)
2626

2727

2828
async def get_event_stream():

0 commit comments

Comments
 (0)