feat: waybar laptop fix

This commit is contained in:
2024-10-04 11:03:49 +02:00
parent 5b30b9e600
commit f326cab59f
4 changed files with 11 additions and 8 deletions

View File

@@ -6,6 +6,8 @@ image/png=feh.desktop;
text/html=vim.desktop;
application/pdf=okularApplication_pdf.desktop;
video/x-matroska=mpv.desktop;
x-scheme-handler/mailto=userapp-Evolution-ZIODU2.desktop;
x-scheme-handler/tonsite=org.telegram.desktop.desktop;
[Default Applications]
application/pdf=xreader.desktop;
@@ -33,3 +35,5 @@ x-scheme-handler/spice=org.remmina.Remmina.desktop;
x-scheme-handler/terminal=kitty.desktop;
x-scheme-handler/vnc=org.remmina.Remmina.desktop;
video/x-matroska=mpv.desktop
x-scheme-handler/mailto=userapp-Evolution-ZIODU2.desktop
x-scheme-handler/tonsite=org.telegram.desktop.desktop

View File

@@ -17,7 +17,7 @@
// "temperature",
// "backlight",
// "keyboard-state",
// "battery",
"battery",
"clock",
"tray",
],

View File

@@ -96,6 +96,8 @@ window#waybar.chromium {
#backlight,
#network,
#pulseaudio,
#pulseaudio.muted,
#pulseaudio.bluetooth,
#wireplumber,
#custom-media,
#tray,
@@ -203,15 +205,12 @@ label:focus {
background-color: #964B00;
}*/
#pulseaudio {
#pulseaudio,
#pulseaudio.muted,
#pulseaudio.bluetooth {
color: @cyan;
}
#pulseaudio.muted {
background-color: #fbf1c7;
color: #af3a03;
}
#tray {
}