personal dotfiles: my Hyprland config
Diffstat (limited to '.config/swaync/config.json')
-rw-r--r--.config/swaync/config.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/.config/swaync/config.json b/.config/swaync/config.json
deleted file mode 100644
index 5bebb40..0000000
--- a/.config/swaync/config.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "notification-window-width": 300,
- "control-center-width": 300,
- "widgets": ["title","dnd", "menubar","notifications","inhibitors","mpris","volume","backlight"],
- "widget-config": {
- "backlight": {
- "label": "☀️",
- "min": 1,
- "device": "ae94000.dsi.0"
- },
- "volume": {
- "label": "🔈",
- "show-per-app": true
- },
- "menubar": {
- "buttons#screenshot":{
- "actions": [
- {"label":"⌨️","command":"sh -c 'dbus-send --session --print-reply --dest=sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0.SetVisible boolean:$(dbus-send --session --print-reply --dest=sm.puri.OSK0 /sm/puri/OSK0 org.freedesktop.DBus.Properties.Get string:sm.puri.OSK0 string:Visible |grep -o \"false\\|true\" |jq \".|not\")'"}
- ]
- },
- "buttons#torch":{
- "actions": [
- {"label":"💡","command":"gtk-launch flashlight"}
- ]
- }
- }
- },
- "scripts": {
- "new-im": {
- "exec": "sh -c '[ ! -f /home/user/.config/sxmo/.novibrate ] && sxmo_vibrate 400 2500; [ ! -f ~/.config/sxmo/.noring ] && mpv --volume=50 --really-quiet /usr/share/sounds/freedesktop/stereo/message-new-instant.oga || exit 0'",
- "sound-name": "message-new-instant"
- },
- "incoming-call": {
- "exec": "sh -c '[ ! -f /home/user/.config/sxmo/.novibrate ] && sxmo_vibrate 400 2500; [ ! -f ~/.config/sxmo/.noring ] && mpv --volume=50 --really-quiet --loop=2 /usr/share/sounds/freedesktop/stereo/phone-incoming-call.oga' || exit 0",
- "sound-name": "phone-incoming-call"
- }
- }
-}