mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 07:26:12 +01:00
feat: waybar laptop fix
This commit is contained in:
@@ -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
|
||||
|
||||
Submodule .config/nvim updated: b26397f49f...814d1469d0
@@ -17,7 +17,7 @@
|
||||
// "temperature",
|
||||
// "backlight",
|
||||
// "keyboard-state",
|
||||
// "battery",
|
||||
"battery",
|
||||
"clock",
|
||||
"tray",
|
||||
],
|
||||
|
||||
@@ -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 {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user