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.

20 lines
443 B

2 years ago
  1. {
  2. "align": {
  3. "left": [
  4. { "widget": "widgets.base.base" }
  5. ],
  6. "center": [
  7. ],
  8. "right": [
  9. { "widget": "widgets.base.subpanel",
  10. "layout": {
  11. "list": [
  12. { "widget": "widgets.base.systray" },
  13. { "widget": "widgets.base.clock" }
  14. ]
  15. }
  16. }
  17. ]
  18. }
  19. }