Browse Source

tweaked swaync, clean up buttons swaync

pull/285/head
JaKooLit 2 years ago
parent
commit
3a5945e3cc
  1. 16
      config/swaync/config.json
  2. 4
      config/swaync/style.css

16
config/swaync/config.json

@ -64,15 +64,11 @@
"actions": [ "actions": [
{ {
"label": "󰐥", "label": "󰐥",
"command": "systemctl poweroff" "command": "bash -c $HOME/.config/hypr/scripts/Wlogout.sh"
},
{
"label": "󰜉",
"command": "systemctl reboot"
}, },
{ {
"label": "󰌾", "label": "󰌾",
"command": "~/.config/hypr/scripts/LockScreen.sh" "command": "bash -c $HOME/.config/hypr/scripts/LockScreen.sh"
}, },
{ {
"label": "󰍃", "label": "󰍃",
@ -80,16 +76,12 @@
}, },
{ {
"label": "󰀝", "label": "󰀝",
"command": "~/.config/hypr/scripts/AirplaneMode.sh" "command": "bash -c $HOME/.config/hypr/scripts/AirplaneMode.sh"
}, },
{ {
"label": "󰕾", "label": "󰝟",
"command": "pactl set-sink-mute @DEFAULT_SINK@ toggle" "command": "pactl set-sink-mute @DEFAULT_SINK@ toggle"
}, },
{
"label": "󰍬",
"command": "pactl set-source-mute @DEFAULT_SOURCE@ toggle"
},
{ {
"label": "󰂯", "label": "󰂯",
"command": "blueman-manager" "command": "blueman-manager"

4
config/swaync/style.css

@ -65,7 +65,7 @@
.notification-action { .notification-action {
border: 2px solid @noti-border-color; border: 1px solid @noti-border-color;
border-top: none; border-top: none;
border-radius: 10px; border-radius: 10px;
} }
@ -161,7 +161,7 @@
.control-center { .control-center {
background: @noti-bg; background: @noti-bg;
border: 2px solid @noti-border-color; border: 1px solid @noti-border-color;
color: @text-color; color: @text-color;
border-radius: 10px; border-radius: 10px;
} }

Loading…
Cancel
Save