New backup 2024-11-22 11:15:02
This commit is contained in:
parent
89694fe0a8
commit
48bcf26fe2
2 changed files with 11 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
// module order
|
||||
"modules-left": ["custom/sway-profile","sway/workspaces","sway/mode","sway/scratchpad","sway/window"],
|
||||
"modules-center": ["custom/sonixd"],
|
||||
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray","custom/sway-power",],
|
||||
"modules-right": ["idle_inhibitor", "pulseaudio", "network", "custom/nmvpn", "bluetooth", "memory", "battery", "clock", "tray","custom/sway-power"],
|
||||
|
||||
// Modules configuration
|
||||
|
||||
|
|
|
@ -72,6 +72,16 @@ button:hover {
|
|||
min-width: 8px;
|
||||
}
|
||||
|
||||
#custom-sway-power {
|
||||
margin-bottom: 2px;
|
||||
border: 2px solid @color1;
|
||||
padding: 5px 5px 5px 5px;
|
||||
background-color: @color9;
|
||||
color: @color0;
|
||||
border-radius:8px;
|
||||
min-width: 8px;
|
||||
}
|
||||
|
||||
#workspaces>button:first-child {
|
||||
border-radius:8px 0px 0px 8px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue