change brightness to slider, though it currently doesnt work
add non DAW
This commit is contained in:
parent
fe66980dd0
commit
f92e921cc7
2 changed files with 12 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
];
|
];
|
||||||
modules-left = [ "wlr/taskbar" ];
|
modules-left = [ "wlr/taskbar" ];
|
||||||
modules-center = [ "clock" "custom/swaync" ];
|
modules-center = [ "clock" "custom/swaync" ];
|
||||||
modules-right = [ "pulseaudio/slider" "backlight" "battery" "tray" ];
|
modules-right = [ "pulseaudio/slider" "backlight/slider" "battery" "tray" ];
|
||||||
"clock" = {
|
"clock" = {
|
||||||
"format" = "{:%A %d %b %T}";
|
"format" = "{:%A %d %b %T}";
|
||||||
# "tooltip" = true;
|
# "tooltip" = true;
|
||||||
|
@ -58,6 +58,16 @@
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
#backlight-slider trough {
|
||||||
|
min-height: 10px;
|
||||||
|
min-width: 80px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
#backlight-slider highlight {
|
||||||
|
min-width: 80px;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,6 +39,7 @@
|
||||||
home-manager
|
home-manager
|
||||||
orca-slicer
|
orca-slicer
|
||||||
davinci-resolve
|
davinci-resolve
|
||||||
|
non
|
||||||
])
|
])
|
||||||
|
|
||||||
++
|
++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue