1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00

mute hilight tones

This commit is contained in:
Nick Boughton 2020-12-04 23:13:32 +00:00
parent fafc397c48
commit 7135e1cde2
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored

@ -51,3 +51,4 @@ Thunar/
transmission/
pipewire-media-session/
systemd/
gedit/

@ -24,8 +24,8 @@
"disk#1",
"disk#2",
"custom/separator",
"backlight",
"custom/separator",
//"backlight",
//"custom/separator",
"battery",
"custom/separator",
"pulseaudio",

@ -107,5 +107,6 @@ window#waybar {
text-shadow: 1px 1px 1px #2e3440;
}
#taskbar button.active {
background: rgba(94,129,172, 0.75);
/*background: rgba(94,129,172, 0.75);*/
background: rgba(180, 142, 173, 0.5);
}