Update a bunch of configs
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
738f83183f
commit
052fb6bada
24 changed files with 474 additions and 68 deletions
|
@ -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 #
|
||||
###############################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue