It's now conky -> i3bar. To enable colors, conky produces JSON output. The script i3bar_wrapper.bash handles the invocation of conky and redirects the output of i3bar to i3bar_clickparser.bash, in which click events can be handled (none implemented right now). conky/virtualarch.conky.dzen is a conky output suitable for dzen2, it should produce the same output as conky/virtualarch.conky does with i3bar and JSON.
28 lines
706 B
Plaintext
28 lines
706 B
Plaintext
[global_config]
|
|
enabled_plugins = ,
|
|
focus = mouse
|
|
[keybindings]
|
|
[profiles]
|
|
[[default]]
|
|
scrollbar_position = hidden
|
|
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
|
|
font = DejaVu Sans Mono 10
|
|
background_image = None
|
|
background_darkness = 0.9
|
|
urgent_bell = True
|
|
use_system_font = False
|
|
foreground_color = "#839496"
|
|
show_titlebar = False
|
|
copy_on_selection = True
|
|
background_color = "#002b36"
|
|
[layouts]
|
|
[[default]]
|
|
[[[child1]]]
|
|
type = Terminal
|
|
parent = window0
|
|
profile = default
|
|
[[[window0]]]
|
|
type = Window
|
|
parent = ""
|
|
[plugins]
|