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, 0 insertions, 34 deletions
diff --git a/yabar/yabar.conf b/yabar/yabar.conf
deleted file mode 100644
index 634acdc..0000000
--- a/yabar/yabar.conf
+++ /dev/null
@@ -1,34 +0,0 @@
-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";
-}