Reno is the second iteration of the AWMTK-powered AwesomeWM config.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
654 B

  1. {
  2. "align": {
  3. "left": [
  4. { "widget": "widgets.soundclown" }
  5. ],
  6. "center": [
  7. ],
  8. "right": [
  9. { "widget":"widgets.volume" },
  10. { "widget": "widgets.notifications",
  11. "screen": true
  12. },
  13. { "widget": "widgets.wallpapers",
  14. "screen": true,
  15. "options": {
  16. "path": "$HOME/Pictures/Wallpapers"
  17. }
  18. },
  19. { "widget": "widgets.battery" },
  20. { "widget": "widgets.base.systray" },
  21. { "widget": "widgets.base.clock" }
  22. ]
  23. }
  24. }