Advertisement
Dobbie03

rofi

Mar 8th, 2017
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. ! ------------------------------------------------------------------------------
  2. ! ROFI Color theme
  3. ! ------------------------------------------------------------------------------
  4.  
  5. rofi.modi: ssh,window,drun,run
  6. rofi.sidebar-mode: true
  7. rofi.terminal: termite
  8. rofi.ssh-client: ssh
  9. rofi.ssh-command: {terminal} -e "{ssh-client} {host}"
  10. rofi.font: SFNS Display 13
  11. rofi.columns: 1
  12. rofi.location: 0
  13. rofi.color-enabled: true
  14. rofi.color-window: argb:B3000000, argb:B3000000, argb:E6ffffff
  15. rofi.color-normal: argb:00000000, argb:969896B3, argb:00000000, argb:00000000, argb:FFFFFFFF
  16. !ffe1a3ee
  17. rofi.color-urgent: argb:00282a2e, argb:FFcc6666, argb:00282a2e, argb:ffcc6666, argb:e61d1f21
  18. rofi.color-active: argb:00282a2e, argb:FF81a2be, argb:00282a2e, argb:ff81a2be, argb:e61d1f21
  19. rofi.separator-style: solid
  20. rofi.fullscreen: true
  21. rofi.padding: 150
  22. rofi.hide-scrollbar: true
  23. rofi.line-margin: 5
  24. rofi.yoffset: 00
  25. rofi.xoffset: 0
  26. !rofi.width: 1920
  27. rofi.lines: 25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement