Completely reworked the status bar.
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.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
[[default]]
|
||||
scrollbar_position = hidden
|
||||
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
|
||||
font = Consolas 11
|
||||
font = DejaVu Sans Mono 10
|
||||
background_image = None
|
||||
background_darkness = 0.9
|
||||
urgent_bell = True
|
||||
|
||||
Reference in New Issue
Block a user