1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 23:51:57 +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/ transmission/
pipewire-media-session/ pipewire-media-session/
systemd/ systemd/
gedit/

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

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