aboutsummaryrefslogtreecommitdiffstats
path: root/config/swaync/config.json
blob: ca3ab921e6059a53090b8603661454fb7a48aa56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  	"$schema": "/etc/xdg/swaync/configSchema.json",
  	"positionX": "center",
  	"positionY": "top",
  	"layer": "overlay",
  	"control-center-layer": "top",
  	"layer-shell": true,
 	"cssPriority": "application",
    "control-center-margin-top": 5,
    "control-center-margin-bottom": 0,
    "control-center-margin-right": 0,
    "control-center-margin-left": 0,
  	"notification-2fa-action": true,
  	"notification-inline-replies": false,
    "notification-icon-size": 24,
    "notification-body-image-height": 100,
    "notification-body-image-width": 200,
    "timeout": 6,
    "timeout-low": 3,
    "timeout-critical": 0,
    "fit-to-screen": false,
    "control-center-width": 400,
    "control-center-height": 720,
    "notification-window-width": 400,
    "keyboard-shortcuts": true,
    "image-visibility": "when available",
    "transition-time": 200,
    "hide-on-clear": false,
    "hide-on-action": true,
    "script-fail-notify": true,
    "widgets": [
       	"dnd",
        "buttons-grid",
		"mpris",
    	"volume", 
   	 	"backlight",
        "title",
        "notifications"
    ],
    "widget-config": {
        "title": {
            "text": "Notifications",
            "clear-all-button": true,
            "button-text": "Clear"
        },
        "dnd": {
            "text": "Do Not Disturb"
        },
        "label": {
            "max-lines": 1,
            "text": "Notification"
        },
        "mpris": {
            "image-size": 10,
            "image-radius": 0
        },
        "volume": {
            "label": "󰕾"
        },
        "backlight": {
            "label": "󰃟"
        },
        "buttons-grid": {
            "actions": [
                {
                    "label": "󰐥",
                    "command": "bash -c $HOME/.config/hypr/scripts/Wlogout.sh"
                },
                {
                    "label": "󰌾",
                    "command": "bash -c $HOME/.config/hypr/scripts/LockScreen.sh"
                },
                {
                    "label": "󰍃",
                    "command": "hyprctl dispatch exit"
                },
                {
                    "label": "󰀝",
                    "command": "bash -c $HOME/.config/hypr/scripts/AirplaneMode.sh"
                },
                {
                    "label": "󰝟",
                    "command": "pactl set-sink-mute @DEFAULT_SINK@ toggle"
                },
                {
                    "label": "󰂯",
                    "command": "blueman-manager"
                }
            ]
        }
    }
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage