non important commit
This commit is contained in:
parent
5c2aaf4c5a
commit
eb03e625f4
1 changed files with 32 additions and 1 deletions
|
|
@ -6,7 +6,38 @@
|
||||||
script = "polybar bar &";
|
script = "polybar bar &";
|
||||||
|
|
||||||
settings = {
|
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%";
|
width = "100%";
|
||||||
height = 30;
|
height = 30;
|
||||||
radius = 0;
|
radius = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue