Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ========================================== #
- # ====== Bar and Workspace Appearance ====== #
- # ====== Bar Toggle ======#
- # Bar toggle, hide or show
- #bindsym $mod+b bar mode invisible
- #bindsym $mod+m bar mode dock
- bar {
- height 24
- workspace_buttons yes
- workspace_min_width 24
- font pango:Bauhaus 12, FontAwesome 12
- i3bar_command i3bar
- tray_output HDMI-A-0
- tray_padding 2
- position top
- # OPTION 1 : Bumblebee-status
- # https://github.com/tobi-wan-kenobi/bumblebee-status
- status_command ~/.config/bumblebee-status/bumblebee-status \
- -m spacer spacer spacer spacer spacer spacer spacer spacer \
- -m spacer spacer spacer spacer spacer spacer spacer spacer \
- -m title spacer spacer spacer spacer spacer spacer \
- -m redshift spacer spacer spacer spacer spacer spacer \
- -m sun spacer spacer spacer spacer spacer spacer spacer spacer \
- -m kernel spacer spacer spacer spacer spacer \
- -m datetime -p datetime.format=" %_A %_d %_B %_T " \
- -m spacer spacer spacer spacer uptime spacer \
- -t deeppurple-myrtlegreen
- ##START THEMING BAR
- # Theme name : deeppurple-myrtlegreen
- # i3 bar colors
- colors {
- background #570861
- statusline #570861
- separator #570861
- # border background text
- focused_workspace #4b4800 #570861 #b2e26b
- inactive_workspace #4b4800 #7b0416 #b2e26b
- active_workspace #4b4800 #165806 #b2e26b
- urgent_workspace #4b4800 #b2e26b #7b0416
- }
- }
- bar {
- height 22
- workspace_buttons no
- font pango:Bauhaus 12, FontAwesome 12
- i3bar_command i3bar -t
- output HDMI-A-0
- tray_output none
- position bottom
- status_command ~/.config/bumblebee-status/bumblebee-status \
- -m spacer spacer \
- -m hostname spacer spacer spacer \
- -m shortcut -p shortcut.cmds='alacritty -e vim ~/.config/i3/config' shortcut.labels='vim' \
- -m spacer spacer spacer \
- -m todo spacer spacer spacer \
- -m xkcd spacer spacer spacer \
- -m sensors spacer spacer spacer \
- -m memory spacer spacer spacer \
- -m disk spacer spacer spacer spacer \
- -m battery-upower spacer \
- -m spacer spacer spacer \
- -m pasink spacer pasource spacer spacer spacer \
- -m layout spacer spacer \
- -m system spacer spacer spacer \
- -t deeppurple-myrtlegreen
- colors {
- background #570861
- }
- }
- ### Usable modules: amixer arch-update "-p arch-update.left-click=" battery indicator layout nic
- ### pacman ping progress sensors title traffic xkcd
- ### Problematic modules: dunst playerctl smartstatus twmn hddtemp
- ##STOP THEMING BAR
Advertisement
Add Comment
Please, Sign In to add comment