Advertisement
poetician

bumblebee-status-bar.conf | Mid-brown

Jan 16th, 2023
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. # ========================================== #
  2. # ====== Bar and Workspace Appearance ====== #
  3.  
  4. # ====== Bar Toggle ======#
  5. # Bar toggle, hide or show
  6. #bindsym $mod+b bar mode invisible
  7. #bindsym $mod+m bar mode dock
  8.  
  9. bar {
  10. height 24
  11. workspace_buttons yes
  12. workspace_min_width 24
  13. font pango:Bauhaus 12, FontAwesome 12
  14. i3bar_command i3bar
  15. tray_output HDMI-A-0
  16. tray_padding 2
  17. position top
  18.  
  19. # OPTION 1 : Bumblebee-status
  20. # https://github.com/tobi-wan-kenobi/bumblebee-status
  21. status_command ~/.config/bumblebee-status/bumblebee-status \
  22. -m spacer spacer spacer spacer spacer spacer spacer spacer \
  23. -m redshift spacer spacer spacer spacer spacer spacer \
  24. -m sun spacer spacer spacer spacer spacer spacer spacer spacer spacer \
  25. -m uptime spacer spacer spacer spacer spacer spacer spacer spacer spacer \
  26. -m datetime -p datetime.format=" %c " \
  27. -m spacer spacer spacer spacer spacer \
  28. -t mid-brown-top
  29.  
  30. ##START THEMING BAR
  31. # Theme name : Mid-brown
  32. # i3 bar colors
  33.  
  34. colors {
  35. background #592000
  36. statusline #dca025
  37. separator #dca025
  38. # border background text
  39. focused_workspace #b26f18 #5920040 #dca025
  40. inactive_workspace #592000 #592000 #efca71
  41. active_workspace #7B6C28 #77380a #b26f18
  42. urgent_workspace #7B6C28 #005917 #592000
  43. }
  44. }
  45.  
  46. bar {
  47. height 22
  48. workspace_buttons no
  49. font pango:Bauhaus 12, FontAwesome 12
  50. i3bar_command i3bar -t
  51. output HDMI-A-0
  52. tray_output none
  53. position bottom
  54.  
  55. status_command ~/.config/bumblebee-status/bumblebee-status \
  56. -m spacer spacer spacer spacer spacer spacer \
  57. -m hostname spacer spacer spacer spacer \
  58. -m kernel spacer spacer spacer spacer spacer spacer \
  59. -m todo spacer spacer spacer spacer spacer spacer \
  60. -m shortcut -p shortcut.cmds="alacritty -e vim ~/.config/i3/config;alacritty -e htop" shortcut.labels="vim;htop" \
  61. -m spacer spacer spacer spacer spacer cpu spacer spacer spacer spacer \
  62. -m memory spacer spacer spacer spacer spacer \
  63. -m disk spacer spacer spacer spacer spacer \
  64. -m battery-upower spacer spacer spacer \
  65. -m pasink spacer spacer pasource spacer spacer spacer \
  66. -t mid-brown-bottom
  67.  
  68. colors {
  69. background #7B6C2880
  70. }
  71. }
  72.  
  73. ### Usable modules: amixer arch-update "-p arch-update.left-click=" battery hddtemp indicator layout nic
  74. ### pacman ping progress sensors title traffic xkcd
  75. ### Problematic modules: dunst playerctl smartstatus twmn
  76.  
  77. ##STOP THEMING BAR
  78.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement