some updates

* hyprland: touchpad works correctly when switching workspaces, add
  screen shareing support, update windowrules
* dunst: just rewrote all config
* waybar: update clock, pulseaudio, and network modules, change color on
  activce workspace
This commit is contained in:
Smirnov Oleksandr 2023-11-08 15:12:13 +02:00
parent e87d92384c
commit e8159232c1
5 changed files with 169 additions and 90 deletions

View file

@ -36,9 +36,15 @@ window#waybar {
#cpu, #pulseaudio, #memory, #clock { color: @active-bg-color; }
#language { color: @red; }
#workspaces button { color: @inactive-fg-color; }
#workspaces button { color: @active-bg-color; }
#workspaces button.empty {
color: @inactive-fg-color;
background-color: transparent;
border-radius: 16px;
}
#workspaces button.active {
color: @active-bg-color;
color: @red;
background-color: transparent;
border-radius: 16px;
}