Adds hidden waybar that shows up when pressing SUPER
This commit is contained in:
parent
9ad2e5d608
commit
694430f24b
10 changed files with 195 additions and 270 deletions
|
|
@ -8,13 +8,20 @@
|
|||
border-radius: 0.3rem;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
window {
|
||||
background: rgba(40, 40, 40, 0.95);
|
||||
color: #d5c4a1;
|
||||
transition-property: background-color;
|
||||
transition-duration: 0.5s;
|
||||
}
|
||||
|
||||
window.semi-hidden {
|
||||
background-color: transparent;
|
||||
}
|
||||
window.semi-hidden .modules-left, window.semi-hidden .modules-center, window.semi-hidden .modules-right {
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
#taskbar button,
|
||||
#workspaces button {
|
||||
color: #d5c4a1;
|
||||
|
|
@ -34,60 +41,7 @@ window#waybar {
|
|||
border-bottom: 1px solid #fb4934;
|
||||
}
|
||||
|
||||
#backlight,
|
||||
#backlight-slider,
|
||||
#battery,
|
||||
#bluetooth,
|
||||
#clock,
|
||||
#cpu,
|
||||
#disk,
|
||||
#idle_inhibitor,
|
||||
#keyboard-state,
|
||||
#memory,
|
||||
#mode,
|
||||
#mpris,
|
||||
#network,
|
||||
#power-profiles-daemon,
|
||||
#pulseaudio,
|
||||
#pulseaudio-slider,
|
||||
#taskbar button,
|
||||
#taskbar,
|
||||
#temperature,
|
||||
#tray,
|
||||
#window,
|
||||
#wireplumber,
|
||||
#workspaces, #custom-backlight,
|
||||
#custom-browser,
|
||||
#custom-cava_mviz,
|
||||
#custom-cycle_wall,
|
||||
#custom-file_manager,
|
||||
#custom-keybinds,
|
||||
#custom-keyboard,
|
||||
#custom-light_dark,
|
||||
#custom-lock,
|
||||
#custom-hint,
|
||||
#custom-hypridle,
|
||||
#custom-menu,
|
||||
#custom-power_vertical,
|
||||
#custom-power,
|
||||
#custom-settings,
|
||||
#custom-spotify,
|
||||
#custom-swaync,
|
||||
#custom-tty,
|
||||
#custom-updater,
|
||||
#custom-weather,
|
||||
#custom-weather.clearNight,
|
||||
#custom-weather.cloudyFoggyDay,
|
||||
#custom-weather.cloudyFoggyNight,
|
||||
#custom-weather.default,
|
||||
#custom-weather.rainyDay,
|
||||
#custom-weather.rainyNight,
|
||||
#custom-weather.severe,
|
||||
#custom-weather.showyIcyDay,
|
||||
#custom-weather.snowyIcyNight,
|
||||
#custom-weather.sunnyDay,
|
||||
#custom-updates,
|
||||
#custom-updates.pending-updates {
|
||||
.module {
|
||||
color: #d5c4a1;
|
||||
padding: 3px 6px 3px 6px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue