File: example.config

package info (click to toggle)
yabar 0.4.0-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,168 kB
  • sloc: ansic: 1,951; makefile: 35
file content (32 lines) | stat: -rw-r--r-- 685 bytes parent folder | download | duplicates (2)
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
bar-list = ["topbar"];
topbar:{
	font: "Droid Sans, FontAwesome Bold 9";
	block-list: ["title", "date"];
	position: "top";
	gap-horizontal: 10; 
	gap-vertical: 10; 
	height: 20; 
	//If you want transparency, use argb, not rgb
	background-color-rgb: 0x000000;
	underline-size: 2;
	overline-size: 0;
	slack-size: 4;
	title:{
		exec: "xtitle -s";
		align: "left";
		fixed-size: 350;
		type: "persist";
		foreground-color-rgb:0xeeeeee;
		underline-color-rgb:0x373b41;
		overline-color-rgb:0x373b41;
	}
	date:{
		exec: "date +'%a %d %b, %I:%M'";
		align: "right";
		fixed-size: 150;
		type: "periodic"; 
		interval: 1; 
		foreground-color-rgb:0x92D8F0;
		underline-color-rgb:0xc0b929;
	}
}