Advertisement
elhackerlibre

yabar.conf

Aug 19th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. bar-list = ["topbar"];
  2.  
  3. topbar:{
  4. background-color-rgb: 0x131313;
  5. block-list: ["workspace", "title", "date", "wifi", "volume"];
  6. font: "Zekton, FontAwesome 9";
  7. gap-horizontal: 5;
  8. gap-vertical: 5;
  9. underline-size: 1;
  10. overline-size: 0;
  11. slack-size: 0;
  12.  
  13. workspace: {
  14. exec: "YABAR_WORKSPACE";
  15. align: "left";
  16. background-color-rgb: 0xa1a1a1;
  17. fixed-size: 20;
  18. foreground-color-rgb: 0x000000;
  19. internal-option1: "1 2 3 4 5 6 7 8 9 10";
  20. }
  21.  
  22. title: {
  23. exec: "xtitle -s";
  24. align: "left";
  25. background-color-rgb: 0x131313;
  26. fixed-size: 350;
  27. foreground-color-rgb: 0xffffff;
  28. type: "persist";
  29. }
  30.  
  31. date: {
  32. exec: "date +' %a %d %b, %I:%M %P'";
  33. align: "center";
  34. background-color-rgb: 0x000000;
  35. fixed-size: 130;
  36. foreground-color-rgb: 0xffffff;
  37. interval: 1;
  38. type: "periodic";
  39. underline-color-rgb: 0xa1a1a1;
  40. }
  41.  
  42. wifi: {
  43. exec: "YABAR_BANDWIDTH";
  44. align: "right";
  45. fixed-size: 80;
  46. internal: 2;
  47. internal-option1: "wlan0";
  48. internal-option2: "  ";
  49. internal-prefix: " ";
  50. type: "periodic";
  51. command-button1: "nm-applet";
  52. background-color-rgb: 0x000000;
  53. underline-color-rgb: 0xa1a1a1;
  54. }
  55.  
  56. volume: {
  57. exec: "sh ~/.config/yabar/scripts/volume.sh";
  58. align: "right";
  59. background-color-rgb: 0x000000;
  60. fixed-size: 50;
  61. type: "periodic";
  62. internal: 1;
  63. underline-color-rgb: 0xa1a1a1;
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement