aboutsummaryrefslogtreecommitdiff
path: root/yabar/yabar.conf
blob: 634acdc8298aef4f43ad99b00ceca28a6d567a04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
bar-list: ["base"];

base: {
    monitor: "";
    position: "top";
    height: 40;
    font: "Droid Sans, FontAwesome Bold 10";
    
    block-list: ["workspace", "title"];
    workspace: {
		exec: "YABAR_WORKSPACE";
		align: "left";
		fixed-size: 40;
	}
    title: {
		exec: "YABAR_TITLE";
		align: "left";
		justify: "left";
		fixed-size: 300;
	}

}


bar1: {
    inherit-all: "base";
    monitor: "eDP1";
}


bar2: {
    inherit-all: "base";
    monitor: "DP1-2";
}