Advertisement
Guest User

Untitled

a guest
May 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1.  
  2. # class border bground text indicator child_border
  3. client.focused #004040 #004040 #009090 #004040 #004040
  4. client.focused_inactive #002020 #002020 #009090 #002020 #002020
  5. client.unfocused #002020 #004040 #009090 #004040 #004040
  6. client.urgent #00F0F0 #00F0F0 #004040 #00F0F0 #00F0F0
  7. client.placeholder #004040 #004040 #009090 #004040 #004040
  8.  
  9. client.background #002020
  10.  
  11. bar {
  12. colors {
  13. background #000000
  14. statusline #009090
  15. separator #666666
  16.  
  17. focused_workspace #004040 #004040 #009090
  18. active_workspace #004040 #004040 #009090
  19. inactive_workspace #002020 #002020 #009090
  20. urgent_workspace #00F0F0 #00F0F0 #004040
  21. binding_mode #00F0F0 #00F0F0 #004040
  22. }
  23. }
  24.  
  25. bindsym $mod+d exec "dmenu_run -nf '#009090' -nb '#002020' -sb '#004040' -sf '#009090' -fn 'monospace-10' -p 'dmenu prompt >'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement