more dotfiles config

This commit is contained in:
chloe 2025-03-22 18:53:16 +01:00
parent 0771ad93ce
commit dcc640bd56
8 changed files with 160 additions and 63 deletions

View file

@ -16,7 +16,8 @@
"wireplumber": {
"format": "{volume}% ",
"format-muted": "",
"max-volume": 120,
"on-click": "wpctl set-mute @DEFAULT_AUDIO_SINC@ toggle",
"max-volume": 100,
"scroll-step": 0.2
},
"privacy": {
@ -29,11 +30,6 @@
"tooltip": true,
"tooltip-icon-size": 24
},
{
"type": "audio-out",
"tooltip": true,
"tooltip-icon-size": 24
},
{
"type": "audio-in",
"tooltip": true,
@ -81,7 +77,5 @@
"on-click": "swaync-client -t -sw",
"on-click-right": "swaync-client -d -sw",
"escape": true
},
"custom/launcher": {},
"custom/controlpanel": {}
}
}

View file

@ -17,6 +17,7 @@
window#waybar {
background-color: #fff;
padding-right: 12px;
/*border: solid 2px @primary;*/
min-height: 14px; /* set waybar's height to 14px */
font-size: 14px; /* set only the font size to be bigger, which in turn will adjust the height of other elements */
@ -46,3 +47,13 @@ window#waybar {
#workspaces {
}
#privacy-item.screenshare {
color: #000;
background-color: #ff5733;
}
#privacy-item.audio-in {
color: #000;
background-color: #ffae42;
}