forked from fabian/nix_config
waybar: resolve random TODOs
This commit is contained in:
parent
3a692719f2
commit
935c82cced
3 changed files with 5 additions and 6 deletions
|
@ -34,7 +34,6 @@ in {
|
||||||
zip
|
zip
|
||||||
];
|
];
|
||||||
keyboard = {
|
keyboard = {
|
||||||
#TODO switch to normal people variant
|
|
||||||
layout = "us";
|
layout = "us";
|
||||||
variant = "altgr-intl";
|
variant = "altgr-intl";
|
||||||
};
|
};
|
||||||
|
|
|
@ -57,7 +57,7 @@ in {
|
||||||
input = {
|
input = {
|
||||||
"*" = {
|
"*" = {
|
||||||
xkb_layout = "us";
|
xkb_layout = "us";
|
||||||
xkb_variant = "altgr-intl"; #TODO change to normal ppl keeb too
|
xkb_variant = "altgr-intl";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@ in {
|
||||||
icon-size = 12;
|
icon-size = 12;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}; #TODO font negro n shit
|
};
|
||||||
style = ''
|
style = ''
|
||||||
* {
|
* {
|
||||||
font-family: "JetBrains Mono", monospace;
|
font-family: "JetBrains Mono", monospace;
|
||||||
|
@ -75,9 +75,9 @@ in {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Entire bar: fully transparent, no border */
|
/* Entire bar: blacc, no border */
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background: transparent;
|
background: #000000;
|
||||||
color: #eaeaea;
|
color: #eaeaea;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -145,7 +145,7 @@ in {
|
||||||
#clock, #battery, #network, #pulseaudio, #backlight, #cpu, #memory, #temperature, #tray {
|
#clock, #battery, #network, #pulseaudio, #backlight, #cpu, #memory, #temperature, #tray {
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: transparent;
|
background: #000000;
|
||||||
color: #eaeaea;
|
color: #eaeaea;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue