✨ eww: add new tiles to control-center, new notification popup, new styles for a lot of widgets
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
lockfile=$HOME/.cache/notification-history.lock
|
||||
json_history_file=$HOME/.cache/notification-history.json
|
||||
|
||||
if ! [[ -f $lockfile ]]; then
|
||||
echo "{ \"history\": [] }" > $json_history_file
|
||||
fi
|
||||
Reference in New Issue
Block a user