mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: move waybar to bottom, also make it more transparent
This commit is contained in:
parent
38ea54d1b9
commit
c6d77088e1
1 changed files with 5 additions and 5 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue