Cyb3r polybar

This commit is contained in:
Tobias Manske 2019-09-25 14:02:26 +02:00
parent 688bd7dd93
commit facd9f3cc2
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F
4 changed files with 16 additions and 11 deletions

3
.zimrc
View File

@ -9,7 +9,7 @@
# Select what modules you would like enabled. # Select what modules you would like enabled.
# The second line of modules may depend on options set by modules in the first line. # The second line of modules may depend on options set by modules in the first line.
# These dependencies are noted on the respective module's README.md. # These dependencies are noted on the respective module's README.md.
zmodules=(directory environment git history input utility custom \ zmodules=(directory environment history input utility custom \
syntax-highlighting prompt completion \ syntax-highlighting prompt completion \
pacman git-info fasd autosuggestions ) pacman git-info fasd autosuggestions )
@ -106,6 +106,7 @@ bindkey -v
export VISUAL="vim" export VISUAL="vim"
export PATH=/usr/local/texlive/2016/bin/x86_64-linux:$PATH export PATH=/usr/local/texlive/2016/bin/x86_64-linux:$PATH
export PATH=/usr/local/texlive/2017/bin/x86_64-linux:$PATH export PATH=/usr/local/texlive/2017/bin/x86_64-linux:$PATH
export PATH=$HOME/go/bin:$PATH
# If not running interactively, do not do anything # If not running interactively, do not do anything
[[ $- != *i* ]] && return [[ $- != *i* ]] && return

View File

@ -1,7 +1,10 @@
set $CLIENT_BUMBLEBEE -m spotify load memory disk nic amixer datetime -p nic.states=^down -p amixer.left-click="pavucontrol" -t onedark-powerline -a load spaceapi memory disk # set $CLIENT_BUMBLEBEE -m spotify load memory disk nic amixer datetime -p nic.states=^down -p amixer.left-click="pavucontrol" -t onedark-powerline -a load memory disk
#
# # {{{ STATUS BAR }}}
# bar {
# position top
# status_command bumblebee-status $CLIENT_BUMBLEBEE
# }
exec_always --no-startup-id $HOME/.polybar/polybar_wrapper.sh
# {{{ STATUS BAR }}}
bar {
position top
status_command bumblebee-status $CLIENT_BUMBLEBEE
}

View File

@ -5,8 +5,9 @@
set $TERMINAL urxvt set $TERMINAL urxvt
# gaps # gaps
set $gap_outer 15 set $gap_outer 10
set $gap_inner 10 set $gap_inner 0
smart_borders on
set $ws1 "1 " set $ws1 "1 "
# Terminal # Terminal

View File

@ -32,7 +32,7 @@ font pango:Hack 8
# {{{ DROPDOWN TERMINAL }}} # {{{ DROPDOWN TERMINAL }}}
for_window [instance="dropdown"] floating enable for_window [instance="dropdown"] floating enable
for_window [instance="dropdown"] resize set 800 600 for_window [instance="dropdown"] resize set 1024 768
for_window [instance="dropdown"] move scratchpad for_window [instance="dropdown"] move scratchpad
for_window [instance="dropdown"] border pixel 1 for_window [instance="dropdown"] border pixel 1
exec --no-startup-id $TERMINAL -name dropdown exec --no-startup-id $TERMINAL -name dropdown
@ -200,6 +200,6 @@ floating_modifier $mod
gaps outer $gap_outer gaps outer $gap_outer
# {{{ NO BORDERS }}} # {{{ NO BORDERS }}}
default_border none default_border pixel
default_floating_border normal default_floating_border normal