Update a bunch of configs

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-03-26 20:22:01 +01:00
parent 738f83183f
commit 052fb6bada
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
24 changed files with 474 additions and 68 deletions

View file

@ -23,7 +23,7 @@ bar-height = 35
# Top bar
#######################################
[bar/top]
monitor = HDMI-1
monitor = HDMI1
width = 100%
height = ${settings.bar-height}
@ -52,7 +52,7 @@ scroll-down = i3wm-deskprev
[bar/top2]
inherit = bar/top
monitor = eDP-1
monitor = eDP1
[bar/top-nvidia]
inherit = bar/top
@ -76,16 +76,18 @@ tray-position = none
[bar/bottom2]
inherit = bar/bottom
monitor = eDP-1
monitor = eDP1
tray-position = left
[bar/bottom-nvidia]
inherit = bar/bottom
monitor = HDMI-1-1
tray-position = none
[bar/bottom2-nvidia]
inherit = bar/bottom
monitor = eDP-1-1
tray-position = left
#######################################
@ -167,16 +169,13 @@ click-left = xdg-open https://mail.google.com
###############################################################################
[module/todo]
type = custom/script
exec = echo "$(${XDG_BIN_HOME}/todo | wc -l) / 3" | bc
exec = task count due.before:tomorrow and status:pending or due: and status:pending
format = <label>
label =  %output%
interval = 60
click-left = xdg-open "https://todoist.com/"
###############################################################################
# Battery indicator #
###############################################################################