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