forked from fabian/nix_config
Compare commits
No commits in common. "935c82cced13fdf1fac6dbc9fd40c0ed149fc2a9" and "4bc3853bcb3885ef3aef0ac85f0247f43f5f2955" have entirely different histories.
935c82cced
...
4bc3853bcb
3 changed files with 8 additions and 7 deletions
|
@ -34,6 +34,7 @@ in {
|
|||
zip
|
||||
];
|
||||
keyboard = {
|
||||
#TODO switch to normal people variant
|
||||
layout = "us";
|
||||
variant = "altgr-intl";
|
||||
};
|
||||
|
|
|
@ -57,7 +57,7 @@ in {
|
|||
input = {
|
||||
"*" = {
|
||||
xkb_layout = "us";
|
||||
xkb_variant = "altgr-intl";
|
||||
xkb_variant = "altgr-intl"; #TODO change to normal ppl keeb too
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@ in {
|
|||
icon-size = 12;
|
||||
};
|
||||
};
|
||||
};
|
||||
}; #TODO font negro n shit
|
||||
style = ''
|
||||
* {
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
|
@ -75,9 +75,9 @@ in {
|
|||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* Entire bar: blacc, no border */
|
||||
/* Entire bar: fully transparent, no border */
|
||||
window#waybar {
|
||||
background: #000000;
|
||||
background: transparent;
|
||||
color: #eaeaea;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -118,11 +118,11 @@ in {
|
|||
#workspaces button.focused {
|
||||
background: rgba(255, 255, 255, 0.10);
|
||||
color: #ffffff;
|
||||
box-shadow: inset 0 -2px #ffffff;
|
||||
border-bottom: 2px solid #ffffff;
|
||||
}
|
||||
#workspaces button.urgent {
|
||||
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 */
|
||||
|
@ -145,7 +145,7 @@ in {
|
|||
#clock, #battery, #network, #pulseaudio, #backlight, #cpu, #memory, #temperature, #tray {
|
||||
padding: 0 6px;
|
||||
margin: 0;
|
||||
background: #000000;
|
||||
background: transparent;
|
||||
color: #eaeaea;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue