Skip to content

Commit

Permalink
Upd default config
Browse files Browse the repository at this point in the history
  • Loading branch information
burik666 committed May 15, 2020
1 parent d55ee7d commit 5a8d224
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ widgets:
[{
"color": "#ffffff",
"separator": true,
"separator_block_width": 20
"separator_block_width": 21
}]
```
## Widgets
Expand Down Expand Up @@ -311,7 +311,7 @@ bindsym XF86AudioMute exec amixer -q set Master toggle; exec pkill -SIGRTMIN+1 y
[{
"markup": "pango",
"separator": true,
"separator_block_width": 20
"separator_block_width": 21
}]
```

Expand All @@ -338,7 +338,7 @@ Requires [jq](https://stedolan.github.com/jq/) for json parsing.
templates: >
[{
"separator": true,
"separator_block_width": 20
"separator_block_width": 21
}]
```

Expand Down Expand Up @@ -394,16 +394,16 @@ conky.text = [[
{ ${lua_parse cpu cpu1} , "min_width": "100%", "align": "right", "separator": false },
{ ${lua_parse cpu cpu2} , "min_width": "100%", "align": "right", "separator": false },
{ ${lua_parse cpu cpu3} , "min_width": "100%", "align": "right", "separator": false },
{ ${lua_parse cpu cpu4} , "min_width": "100%", "align": "right", "separator": true, "separator_block_width":20 },
{ ${lua_parse cpu cpu4} , "min_width": "100%", "align": "right", "separator": true, "separator_block_width":21 },
{ "full_text": "RAM:", "color": "\#2e9ef4", "separator": false },
{ "full_text": "${mem} / ${memeasyfree}", "color": ${if_match ${memperc}<80}"\#ffffff"${else}"\#ff0000"${endif}, "separator": true, "separator_block_width":20 },
{ "full_text": "${mem} / ${memeasyfree}", "color": ${if_match ${memperc}<80}"\#ffffff"${else}"\#ff0000"${endif}, "separator": true, "separator_block_width":21 },
{ "full_text": "sda:", "color": "\#2e9ef4", "separator": false },
{ "full_text": "▼ ${diskio_read sda} ▲ ${diskio_write sda}", "color": "\#ffffff", "separator": true, "separator_block_width":20 },
{ "full_text": "▼ ${diskio_read sda} ▲ ${diskio_write sda}", "color": "\#ffffff", "separator": true, "separator_block_width":21 },
{ "full_text": "eth0:", "color": "\#2e9ef4", "separator": false },
{ "full_text": "▼ ${downspeed eth0} ▲ ${upspeed eth0}", "color": "\#ffffff", "separator": true, "separator_block_width":20 }
{ "full_text": "▼ ${downspeed eth0} ▲ ${upspeed eth0}", "color": "\#ffffff", "separator": true, "separator_block_width":21 }
]
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ widgets:
[{
"color": "#ffffff",
"separator": true,
"separator_block_width": 20
"separator_block_width": 21
}]
`)

Expand Down
2 changes: 1 addition & 1 deletion yagostatus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ widgets:
[{
"color": "#ffffff",
"separator": true,
"separator_block_width": 20
"separator_block_width": 21
}]

0 comments on commit 5a8d224

Please sign in to comment.