some more config, want to turn waybar into simple battery bar

This commit is contained in:
twoneis 2024-08-23 14:42:25 +02:00
parent 4621354963
commit c912f2cf06
3 changed files with 40 additions and 19 deletions

View file

@ -18,7 +18,7 @@ in {
outputs = {
"eDP-1" = {
scale = 1.15;
scale = 1;
mode = {
width = 2736;
height = 1824;
@ -56,13 +56,7 @@ in {
default-column-width = { proportion = 0.5; };
gaps = 16;
struts = {
left = -8;
right = -8;
top = -8;
bottom = -8;
};
gaps = 2;
};
window-rules = [
@ -74,9 +68,6 @@ in {
bottom-right= 8.0;
};
clip-to-geometry = true;
} {
excludes = [{is-focused = true;}];
opacity = 0.98;
}
];
@ -92,11 +83,7 @@ in {
spawn-at-startup = [
{ command = [ "waybar" ]; }
{ command = [ "brightnessctl" "s" "50%" ]; }
{ command = [ "swaybg" "-i" "${./wallpaper.png}" ]; }
{ command = [ "swayidle" "-w" "before-sleep" "swaylock" ]; }
{ command = [ "swayosd-server" ]; }
{ command = [ "gammastep" "-O" "5400" ]; }
];
binds = {