poetician

Rofi | Turquoise-03MS2

Sep 9th, 2024
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. inputbar {
  2. padding: 6 ;
  3. border-spacing: 2 ;
  4. border: 2 0 2 0 ;
  5. border-radius: 10 ;
  6. spacing: 3 10 3 10 ;
  7. margin: 2 80 2 80 ;
  8. border-color: @foreground;
  9. text-color: @yellow;
  10. children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
  11. }
  12. case-indicator {
  13. spacing: 0;
  14. text-color: @normal-foreground;
  15. }
  16. entry {
  17. spacing: 0;
  18. text-color: @normal-foreground;
  19. }
  20. prompt {
  21. spacing: 0;
  22. text-color: @normal-foreground;
  23. }
  24. textbox-prompt-colon {
  25. expand: false;
  26. str: ":";
  27. margin: 0px 0.3000em 0.0000em 0.0000em ;
  28. text-color: inherit;
  29. }
  30.  
Advertisement
Add Comment
Please, Sign In to add comment