yabar.conf (1854B)
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | bar-list = ["topbar"]; topbar:{ font: "American Typewriter, FontAwesome 9"; block-list: ["workspace", "wifi", "download", "battery", "ya_date"]; position: "top"; gap-horizontal: 1385; gap-vertical: 10; width: 520; height: 20; background-color-argb: 0x0; underline-size: 0; overline-size: 0; slack-size: 0; workspace:{ exec: "2bwm-ws.sh"; align: "center"; justify: "center"; fixed-size: 50; type: "periodic"; interval: 2; foreground-color-rgb:0xbdae93; background-color-rgb:0x282828; underline-color-rgb:0xb16286; } wifi:{ exec: "2bwm-wifi.sh"; align: "center"; justify: "center"; fixed-size: 110; type: "periodic"; interval: 1800; foreground-color-rgb:0xbdae93; background-color-rgb:0x282828; underline-color-rgb:0x689d6a; } download:{ exec: "2bwm-mlnet.sh"; align: "center"; justify: "center"; fixed-size: 80; type: "periodic"; interval: 5; foreground-color-rgb:0xbdae93; background-color-rgb:0x282828; underline-color-rgb:0x458588; } battery:{ exec: "2bwm-batter.sh"; align: "center"; justify: "center"; fixed-size: 80; type: "periodic"; interval: 60; foreground-color-rgb:0xd5c4a1; background-color-rgb:0x282828; underline-color-rgb:0x98971a; } ya_date:{ exec: "YABAR_DATE"; align: "center"; justify: "center"; fixed-size: 190; interval: 1; foreground-color-rgb:0xfbf1c7; background-color-rgb:0x282828; underline-color-rgb:0xf2e5bc; internal-prefix: " "; internal-option1: "%a %d %b %I:%M"; } } |