arch-config/config/swaync/config_1.json
nekochemist 5f53423ef2 modified: Kvantum/matugen/matugen.kvconfig
modified:   Kvantum/matugen/matugen.svg
	modified:   btop/themes/matugen.theme
	modified:   cava/themes/matugen
	modified:   clipse/matugen.json
	new file:   fish/functions/up-or-search.fish
	modified:   foot/themes/matugen-theme.ini
	modified:   gtk-3.0/colors.css
	modified:   gtk-3.0/colors.css.bak
	modified:   gtk-3.0/colors.css.nak
	modified:   gtk-4.0/colors.css
	modified:   gtk-4.0/colors.css.bak
	modified:   hypr/colors-hyprlock.conf
	modified:   hypr/colors.conf
	modified:   hypr/hyprtoolkit.conf
	modified:   hyprwhspr/mic_osd.pid
	new file:   ironbar/1
	modified:   ironbar/colors.css
	modified:   ironbar/config.json
	new file:   ironbar/config.json.matugen
	new file:   ironbar/schema-v0.18.0.json
	modified:   kitty/current-theme.conf
	new file:   kitty/current-theme1.conf
	new file:   kitty/dank-tabs.conf
	modified:   kitty/themes/Matugen.conf
	modified:   matugen/config.toml
	new file:   matugen/config1.toml
	new file:   matugen/custom3.json
	modified:   matugen/scripts/foot-apply-colors.sh
	modified:   mimeapps.list
	modified:   niri/binds.kdl
	modified:   niri/colors.kdl
	modified:   niri/config.kdl
	new file:   niri/dms/alttab.kdl
	new file:   niri/dms/binds.kdl
	new file:   niri/dms/colors.kdl
	new file:   niri/dms/cursor.kdl
	new file:   niri/dms/layout.kdl
	new file:   niri/dms/outputs.kdl
	new file:   niri/dms/profiles/profile_1776211496314_g03e3q.kdl
	new file:   niri/dms/windowrules.kdl
	new file:   niri/dms/wpblur.kdl
	new file:   niri/scripts/caps
	new file:   niri/scripts/clipse.sh
	new file:   niri/scripts/ironbar-toggle.sh
	new file:   niri/scripts/satty.sh
	modified:   niri/spawn-at-startup.kdl
	modified:   niri/window-rule.kdl
	modified:   nvim/lua/matugen.lua
	modified:   rmpc/themes/matugen.ron
	modified:   starship.toml
	modified:   swaync/colors.css
	new file:   swaync/config_1.json
	new file:   swaync/style_1.css
	modified:   swayosd/colors.css
	modified:   telegram/matugen.tdesktop-theme
	modified:   telegram/matugen/background.jpg
	modified:   telegram/matugen/background.svg
	modified:   telegram/matugen/colors.tdesktop-theme
	modified:   tmux/colors.conf
	modified:   walker/themes/matugen/colors.css
	modified:   yazi/theme.toml
2026-05-06 06:08:26 +05:00

97 lines
3 KiB
JSON

{
"$schema": "/etc/xdg/swaync/configschema.json",
"positionX": "right",
"positionY": "top",
"cssPriority": "user",
"control-center-width": 450,
"fit-to-screen": true,
"notification-window-width": 400,
"notification-icon-size": 40,
"notification-body-image-height": 500,
"notification-body-image-width": 500,
"notification-inline-replies": true,
"notification-2fa-action": false,
"timeout": 4,
"timeout-low": 4,
"timeout-critical": 6,
"keyboard-shortcuts": true,
"image-visibility": "when-available",
"transition-time": 200,
"hide-on-clear": false,
"hide-on-action": false,
"script-fail-notify": true,
"widgets": [
"mpris",
"dnd",
"notifications",
"buttons-grid"
],
"widget-config": {
"backlight": {
"device": "amdgpu_bl1",
"label": "󰃠",
"slider": true,
"min": 10
},
"volume": {
"device": "default",
"label": "",
"slider": true
},
"dnd": {
"text": "Do not disturb"
},
"mpris": {
"image-size": 110,
"image-radius": 12,
"autohide": false,
"blacklist": [ "org.mpris.MediaPlayer2.playerctld"]
},
"buttons-grid": {
"actions": [
{
"label": "󰌪",
"type": "toggle",
"command": "bash -c $HOME/.config/swaync/scripts/quiet.sh",
"update-command": "bash -c '[[ $SWAYNC_TOGGLE_STATE == true ]] && $HOME/.config/swaync/scripts/update_quiet.sh'"
},
{
"label": "",
"type": "toggle",
"command": "bash -c $HOME/.config/swaync/scripts/inhibit.sh",
"update-command": "bash -c '[[ $SWAYNC_TOGGLE_STATE == true ]] && $HOME/.config/swaync/scripts/update_inhibit.sh'"
},
{
"label": "",
"type": "toggle",
"command": "pactl set-source-mute @DEFAULT_SOURCE@ toggle",
"update-command": "bash -c '[[ $SWAYNC_TOGGLE_STATE == true ]] && $HOME/.config/swaync/scripts/update_mic.sh'"
},
{
"label": "",
"command": "hyprctl dispatch exec alacritty -- -e htop ; swaync-client -cp"
},
{
"label": "",
"command": "hyprctl dispatch exec alacritty -- -e nvtop ; swaync-client -cp"
},
{
"label": "",
"command": "hyprctl dispatch exec nwg-look ; swaync-client -cp"
},
{
"label": "",
"command": "swaync-client -cp ; bash -c $HOME/.config/rofi/bin/logout"
}
]
}
}
}