Cyb3r polybar
This commit is contained in:
parent
688bd7dd93
commit
facd9f3cc2
3
.zimrc
3
.zimrc
@ -9,7 +9,7 @@
|
||||
# Select what modules you would like enabled.
|
||||
# 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.
|
||||
zmodules=(directory environment git history input utility custom \
|
||||
zmodules=(directory environment history input utility custom \
|
||||
syntax-highlighting prompt completion \
|
||||
pacman git-info fasd autosuggestions )
|
||||
|
||||
@ -106,6 +106,7 @@ bindkey -v
|
||||
export VISUAL="vim"
|
||||
export PATH=/usr/local/texlive/2016/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
|
||||
[[ $- != *i* ]] && return
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -5,8 +5,9 @@
|
||||
set $TERMINAL urxvt
|
||||
|
||||
# gaps
|
||||
set $gap_outer 15
|
||||
set $gap_inner 10
|
||||
set $gap_outer 10
|
||||
set $gap_inner 0
|
||||
smart_borders on
|
||||
|
||||
set $ws1 "1 "
|
||||
# Terminal
|
||||
|
@ -32,7 +32,7 @@ font pango:Hack 8
|
||||
|
||||
# {{{ DROPDOWN TERMINAL }}}
|
||||
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"] border pixel 1
|
||||
exec --no-startup-id $TERMINAL -name dropdown
|
||||
@ -200,6 +200,6 @@ floating_modifier $mod
|
||||
gaps outer $gap_outer
|
||||
|
||||
# {{{ NO BORDERS }}}
|
||||
default_border none
|
||||
default_border pixel
|
||||
default_floating_border normal
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user