Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ================================================ #
- # ==== Bar and Workspace Appearance ==== #
- # Bar Mode: dock, hide, invisible
- bindsym $mod+Shift+d bar mode dock
- bindsym $mod+Shift+h bar mode hide
- bindsym $mod+Shift+i bar mode invisible
- bar {
- font pango:Bauhaus 12, FontAwesome 12
- i3bar_command i3bar
- padding 2px 0px 4px 0px
- position top
- tray_output none
- workspace_buttons yes
- workspace_min_width 24
- # OPTION 1 : Bumblebee-status
- # https://github.com/tobi-wan-kenobi/bumblebee-status
- status_command ~/.config/bumblebee-status/bumblebee-status \
- -m spacer spacer spacer title spacer spacer \
- -m traffic spacer spacer spacer \
- -m redshift spacer spacer spacer \
- -m sun spacer spacer spacer \
- -m sensors spacer spacer spacer \
- -m datetime -p datetime.format=" %A, %d %B, %Y; l'heure est: %H:%M " \
- -m spacer \
- -t mid-brown-top
- # OPTION 2 : Conky-statusbar
- # https://i3wm.org/docs/user-contributed/conky-i3bar.html
- # status_command ~/.config/i3/start-conky-i3statusbar.sh
- ##START THEMING BAR
- # Theme name : 0004 Leopard
- # i3 bar colors
- colors {
- background #592000
- statusline #dca025
- separator #dca025
- # border background text
- focused_workspace #b26f18 #5920040 #dca025
- inactive_workspace #592000 #592000 #efca71
- active_workspace #7B6C28 #77380a #b26f18
- urgent_workspace #7B6C28 #005917 #592000
- }
- }
- bar {
- font pango:Bauhaus 12, FontAwesome 12
- i3bar_command i3bar -t
- output HDMI-A-0
- padding 2px 0px 4px 0px
- position bottom
- tray_output HDMI-A-0
- tray_padding 2
- workspace_buttons no
- status_command ~/.config/bumblebee-status/bumblebee-status \
- -m spacer spacer spacer spacer \
- -m hostname spacer spacer spacer spacer \
- -m kernel spacer spacer spacer spacer \
- -m todo spacer spacer spacer spacer \
- -m shortcut -p shortcut.cmds="alacritty -e nvim ~/.config/i3/config;alacritty \
- -e btop" shortcut.labels="Nvim;Btop" \
- -m spacer spacer spacer spacer cpu spacer spacer spacer spacer \
- -m memory spacer spacer spacer spacer \
- -m disk spacer spacer spacer spacer \
- -m battery-upower spacer spacer spacer \
- -m uptime spacer spacer spacer \
- -t mid-brown-bottom
- colors {
- background #7B6C2880
- }
- }
- ### Usable modules: amixer arch-update "-p arch-update.left-click=" battery hddtemp indicator layout nic
- ### pacman ping progress sensors title traffic xkcd
- ### Problematic modules: dunst playerctl smartstatus twmn
- ##STOP THEMING BAR
- # OPTION 3: Polybar
- # Comment out the Bar section and conky, and remove hashtag in the next line to load Polybar; log back in to see the change.
- # exec_always --no-startup-id ~/.config/polybar/launch.sh &
Advertisement
Add Comment
Please, Sign In to add comment