aboutsummaryrefslogtreecommitdiff
path: root/yabar/yabar.conf
diff options
context:
space:
mode:
Diffstat (limited to 'yabar/yabar.conf')
-rw-r--r--yabar/yabar.conf34
1 files changed, 34 insertions, 0 deletions
diff --git a/yabar/yabar.conf b/yabar/yabar.conf
new file mode 100644
index 0000000..634acdc
--- /dev/null
+++ b/yabar/yabar.conf
@@ -0,0 +1,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";
+}