Add files via upload
This commit is contained in:
@@ -82,25 +82,31 @@
|
|||||||
"label": "",
|
"label": "",
|
||||||
"command": "hyprlock"
|
"command": "hyprlock"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "",
|
"label": "",
|
||||||
"command": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
"type": "toggle",
|
||||||
|
"active": false,
|
||||||
|
"command": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "",
|
"label": "",
|
||||||
"command": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
|
"type": "toggle",
|
||||||
|
"active": false,
|
||||||
|
"command": "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "",
|
"label": "",
|
||||||
"command": "~/.config/scripts/screenprint.sh"
|
"command": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "",
|
"label": "",
|
||||||
|
"type": "toggle",
|
||||||
|
"active": false,
|
||||||
"command": "~/.config/scripts/screenrec.sh"
|
"command": "~/.config/scripts/screenrec.sh"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "",
|
"label": "",
|
||||||
"command": "~/.config/scripts/screenrecstop.sh"
|
"command": "~/.config/scripts/screenprint.sh"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "",
|
"label": "",
|
||||||
|
|||||||
@@ -296,6 +296,18 @@
|
|||||||
background: @noti-bg-hover;
|
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 */
|
/* Menubar widget */
|
||||||
.widget-menubar>box>.menu-button-bar>button {
|
.widget-menubar>box>.menu-button-bar>button {
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user