Compare commits

..

No commits in common. "935c82cced13fdf1fac6dbc9fd40c0ed149fc2a9" and "4bc3853bcb3885ef3aef0ac85f0247f43f5f2955" have entirely different histories.

3 changed files with 8 additions and 7 deletions

View file

@ -34,6 +34,7 @@ in {
zip zip
]; ];
keyboard = { keyboard = {
#TODO switch to normal people variant
layout = "us"; layout = "us";
variant = "altgr-intl"; variant = "altgr-intl";
}; };

View file

@ -57,7 +57,7 @@ in {
input = { input = {
"*" = { "*" = {
xkb_layout = "us"; xkb_layout = "us";
xkb_variant = "altgr-intl"; xkb_variant = "altgr-intl"; #TODO change to normal ppl keeb too
}; };
}; };

View file

@ -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: blacc, no border */ /* Entire bar: fully transparent, no border */
window#waybar { window#waybar {
background: #000000; background: transparent;
color: #eaeaea; color: #eaeaea;
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -118,11 +118,11 @@ in {
#workspaces button.focused { #workspaces button.focused {
background: rgba(255, 255, 255, 0.10); background: rgba(255, 255, 255, 0.10);
color: #ffffff; color: #ffffff;
box-shadow: inset 0 -2px #ffffff; border-bottom: 2px solid #ffffff;
} }
#workspaces button.urgent { #workspaces button.urgent {
background: rgba(255, 80, 80, 0.25); background: rgba(255, 80, 80, 0.25);
box-shadow: inset 0 -2px #ff5050; border-bottom: 2px solid #ff5050;
} }
/* Focused window title: single line, no glow */ /* Focused window title: single line, no glow */
@ -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: #000000; background: transparent;
color: #eaeaea; color: #eaeaea;
} }