non important commit

This commit is contained in:
benstrb 2026-01-11 14:39:28 +01:00
parent 5c2aaf4c5a
commit eb03e625f4

View file

@ -6,7 +6,38 @@
script = "polybar bar &";
settings = {
"bar/main" = {
"bar/primary" = {
monitor = "DVI-I-1";
width = "100%";
height = 30;
radius = 0;
fixed-center = true;
background = "#2e3440";
foreground = "#d8dee9";
line-size = 3;
padding-left = 2;
padding-right = 2;
module-margin-left = 1;
module-margin-right = 1;
font-0 = "FiraCode Nerd Font:size=10;2";
font-1 = "FiraCode Nerd Font:size=12;2";
modules-left = "bspwm";
modules-center = "date";
modules-right = "cpu memory battery";
cursor-click = "pointer";
};
"bar/secondary" = {
monitor = "HDMI-0";
width = "100%";
height = 30;
radius = 0;