Add files via upload

This commit is contained in:
FURK4NGG
2025-09-03 10:01:06 +03:00
committed by GitHub
parent 324745a76b
commit f641a8689b
2 changed files with 26 additions and 8 deletions
+14 -8
View File
@@ -82,25 +82,31 @@
"label": "󰌾",
"command": "hyprlock"
},
{
"label": "󰕾",
"command": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
{
"label": "󰕾",
"type": "toggle",
"active": false,
"command": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
},
{
"label": "󰍬",
"command": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
{
"label": "󰍬",
"type": "toggle",
"active": false,
"command": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
},
{
"label": "󰏘",
"command": "~/.config/scripts/screenprint.sh"
"command": ""
},
{
"label": "",
"type": "toggle",
"active": false,
"command": "~/.config/scripts/screenrec.sh"
},
{
"label": "",
"command": "~/.config/scripts/screenrecstop.sh"
"command": "~/.config/scripts/screenprint.sh"
},
{
"label": "󰂯",
+12
View File
@@ -296,6 +296,18 @@
background: @noti-bg-hover;
}
.widget-buttons-grid>flowbox>flowboxchild>button:active {
background: @noti-bg-hover;
color: lime; /* tıklanırken yeşile dönsün */
}
.widget-buttons-grid>flowbox>flowboxchild>button:checked {
background: @noti-bg-hover;
color: cyan; /* kalıcı aktif durumda mavi */
}
/* Menubar widget */
.widget-menubar>box>.menu-button-bar>button {
border: none;