mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
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:
parent
e87d92384c
commit
e8159232c1
5 changed files with 169 additions and 90 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue