mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
update my tiling setup, yeah i know, will be more
This commit is contained in:
parent
ec5940b911
commit
e87d92384c
4 changed files with 87 additions and 24 deletions
|
|
@ -6,7 +6,8 @@
|
|||
@define-color inactive-bg-color #292e42;
|
||||
@define-color inactive-fg-color #545c7e;
|
||||
@define-color green #73daca;
|
||||
@define-color red #db4b4b;
|
||||
@define-color red #f7768e;
|
||||
@define-color blue #2ac3de;
|
||||
|
||||
* {
|
||||
border: none;
|
||||
|
|
@ -23,7 +24,7 @@ window#waybar {
|
|||
color: @fg-color;
|
||||
}
|
||||
|
||||
#cpu, #memory, #workspaces, #window, #tray, #clock, #battery, #pulseaudio, #network, #backlight {
|
||||
#language, #cpu, #memory, #workspaces, #window, #tray, #clock, #battery, #pulseaudio, #network, #backlight {
|
||||
background-color: @bg-darker-color;
|
||||
color: @fg-color;
|
||||
border-radius: 16px;
|
||||
|
|
@ -31,6 +32,10 @@ window#waybar {
|
|||
padding: 0px 10px 0px 10px;
|
||||
}
|
||||
|
||||
#network, #backlight { color: @blue; }
|
||||
#cpu, #pulseaudio, #memory, #clock { color: @active-bg-color; }
|
||||
#language { color: @red; }
|
||||
|
||||
#workspaces button { color: @inactive-fg-color; }
|
||||
#workspaces button.active {
|
||||
color: @active-bg-color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue