feat: move waybar to bottom, also make it more transparent

This commit is contained in:
Ahwx 2025-07-26 17:10:33 +02:00
parent 38ea54d1b9
commit c6d77088e1

View file

@ -23,8 +23,8 @@
"/home/${username}/.config/waybar/config" = {
text = ''
[{
"layer": "top",
"position": "top",
"layer": "bottom",
"position": "bottom",
"modules-left": [
"privacy",
@ -377,9 +377,9 @@
/* margin: 0 0px; */
}
window#waybar.top {
window#waybar.bottom {
/* background-color: rgba(115, 116, 116, 0.22); */
background-color: rgba(0, 0, 0, 0.75);
background-color: rgba(0, 0, 0, 0.25);
border-bottom: none;
color: #eeeeee;
transition-property: background-color;
@ -387,7 +387,7 @@
}
window#waybar.hidden {
opacity: 0.5;
opacity: 0.25;
}
label#window {