From facd9f3cc26e4a0749c3db324af3166c7be6eb2c Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Wed, 25 Sep 2019 14:02:26 +0200 Subject: [PATCH] Cyb3r polybar --- .zimrc | 3 ++- i3/conf/client/Cyb3r/bar | 15 +++++++++------ i3/conf/client/Cyb3r/header | 5 +++-- i3/conf/common/base | 4 ++-- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/.zimrc b/.zimrc index 17ab246..e1190e9 100644 --- a/.zimrc +++ b/.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 diff --git a/i3/conf/client/Cyb3r/bar b/i3/conf/client/Cyb3r/bar index 5d17c91..ad243be 100644 --- a/i3/conf/client/Cyb3r/bar +++ b/i3/conf/client/Cyb3r/bar @@ -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 -} diff --git a/i3/conf/client/Cyb3r/header b/i3/conf/client/Cyb3r/header index 26cf689..fcf924a 100644 --- a/i3/conf/client/Cyb3r/header +++ b/i3/conf/client/Cyb3r/header @@ -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 diff --git a/i3/conf/common/base b/i3/conf/common/base index 4d14ff5..071eab6 100644 --- a/i3/conf/common/base +++ b/i3/conf/common/base @@ -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