Crypto on secondary, rm music/name
This commit is contained in:
@@ -579,8 +579,8 @@ bar {
|
|||||||
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
||||||
font pango:$sb_font 17
|
font pango:$sb_font 17
|
||||||
{{ else }}
|
{{ else }}
|
||||||
# font pango:$sb_font 17
|
font pango:$sb_font 17
|
||||||
font pango:$sb_font 16
|
# font pango:$sb_font 16
|
||||||
{{ end }}
|
{{ end }}
|
||||||
colors {
|
colors {
|
||||||
# 0 (transparent) -> 255 (opaque) in hex
|
# 0 (transparent) -> 255 (opaque) in hex
|
||||||
@@ -595,7 +595,8 @@ bar {
|
|||||||
tray_output none
|
tray_output none
|
||||||
# status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf
|
# status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf
|
||||||
status_command 2>/tmp/i3blocks.err i3blocks -vvv -c ~/.config/i3blocks/i3blocks.conf | tee /tmp/i3blocks.out
|
status_command 2>/tmp/i3blocks.err i3blocks -vvv -c ~/.config/i3blocks/i3blocks.conf | tee /tmp/i3blocks.out
|
||||||
output $main
|
# output $main
|
||||||
|
output $secondary
|
||||||
wheel_up_cmd nop
|
wheel_up_cmd nop
|
||||||
wheel_down_cmd nop
|
wheel_down_cmd nop
|
||||||
}
|
}
|
||||||
@@ -604,31 +605,31 @@ bar {
|
|||||||
|
|
||||||
# secondary bar [[[ #
|
# secondary bar [[[ #
|
||||||
|
|
||||||
bar {
|
# bar {
|
||||||
output $secondary
|
# output $secondary
|
||||||
{{ if eq .chezmoi.hostname "x1-carbon" }}
|
# {{ if eq .chezmoi.hostname "x1-carbon" }}
|
||||||
font pango:$sb_font 18
|
# font pango:$sb_font 18
|
||||||
{{ else }}
|
# {{ else }}
|
||||||
font pango:$sb_font 21
|
# font pango:$sb_font 21
|
||||||
# font pango:$sb_font 20
|
# # font pango:$sb_font 20
|
||||||
# font pango:$sb_font 17
|
# # font pango:$sb_font 17
|
||||||
{{ end }}
|
# {{ end }}
|
||||||
# output $main
|
# # output $main
|
||||||
i3bar_command i3bar -t
|
# i3bar_command i3bar -t
|
||||||
colors {
|
# colors {
|
||||||
background $black$bar_trans
|
# background $black$bar_trans
|
||||||
# border, bg, text color
|
# # border, bg, text color
|
||||||
# focused_workspace $inactive_ws_bg $bg $focused_ws_text
|
# # focused_workspace $inactive_ws_bg $bg $focused_ws_text
|
||||||
focused_workspace $inactive_ws_bg $bg $fg
|
# focused_workspace $inactive_ws_bg $bg $fg
|
||||||
active_workspace $inactive_ws_bg $fg$active_ws_trans $fg
|
# active_workspace $inactive_ws_bg $fg$active_ws_trans $fg
|
||||||
inactive_workspace $inactive_ws_bg $inactive_ws_bg$inactive_ws_trans $fg
|
# inactive_workspace $inactive_ws_bg $inactive_ws_bg$inactive_ws_trans $fg
|
||||||
}
|
# }
|
||||||
status_command i3blocks -c ~/.config/i3blocks/i3blocks-secondary.conf
|
# status_command i3blocks -c ~/.config/i3blocks/i3blocks-secondary.conf
|
||||||
# status_command 2>/tmp/i3blocks-sam.err i3blocks -vvv -c ~/.config/i3blocks/sam-i3blocks.conf | tee /tmp/i3blocks-sam.out
|
# # status_command 2>/tmp/i3blocks-sam.err i3blocks -vvv -c ~/.config/i3blocks/sam-i3blocks.conf | tee /tmp/i3blocks-sam.out
|
||||||
tray_output none
|
# tray_output none
|
||||||
wheel_up_cmd nop
|
# wheel_up_cmd nop
|
||||||
wheel_down_cmd nop
|
# wheel_down_cmd nop
|
||||||
}
|
# }
|
||||||
|
|
||||||
# ]]] secondary bar #
|
# ]]] secondary bar #
|
||||||
|
|
||||||
|
|||||||
@@ -114,16 +114,16 @@ interval=60
|
|||||||
# SHORT_NAME=
|
# SHORT_NAME=
|
||||||
# interval=5
|
# interval=5
|
||||||
|
|
||||||
[spotify]
|
# [spotify]
|
||||||
# command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
|
# # command=python ~/linux-config/configs/i3blocks-scripts/spotify.py
|
||||||
# label=
|
# # label=
|
||||||
label=
|
# label=
|
||||||
# label=🎧
|
# # label=🎧
|
||||||
# green
|
# # green
|
||||||
# color=#198c19
|
# # color=#198c19
|
||||||
# aqua
|
# # aqua
|
||||||
# color=#2d7272
|
# # color=#2d7272
|
||||||
interval=5
|
# interval=5
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
# ]]] volume/spotify #
|
# ]]] volume/spotify #
|
||||||
@@ -191,9 +191,9 @@ WIDTH=220
|
|||||||
|
|
||||||
# name [[[ #
|
# name [[[ #
|
||||||
|
|
||||||
[name]
|
# [name]
|
||||||
label=
|
# label=
|
||||||
interval=30
|
# interval=30
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
# ]]] name #
|
# ]]] name #
|
||||||
|
|||||||
Reference in New Issue
Block a user