Skip to content

Commit

Permalink
Change example config, add another example image
Browse files Browse the repository at this point in the history
  • Loading branch information
domsson committed Jun 11, 2020
1 parent b08adb1 commit beea4e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Feed your [Lemonbar](https://github.com/LemonBoy/bar) with succade! It repeatedly runs [blocks](https://github.com/domsson/candies), piping their output to Lemonbar. Every block is a script or program that provides text to be displayed on your bar. Configuration is done with a simple [ini file](https://en.wikipedia.org/wiki/INI_file).

![succade lemonbar example](https://i.imgur.com/H7vFfV3.png)
![succade lemonbar example](https://i.imgur.com/nkoptQR.png)

# How it works

Expand Down
4 changes: 4 additions & 0 deletions cfg/succaderc
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,22 @@ label-font = "-wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1"
[desktop]
command = "bspc query -D -d focused --names"
trigger = "bspc subscribe"
label = "WORKSPACE "
margin-left = 8

[user]
command = "whoami"
label = "USER "

[date]
command = "date +'%Y-%m-%d'"
interval = 1
label = "DATE "

[time]
command = "date +'%H:%M:%S'"
interval = 1
label = "TIME "
mouse-left = xclock
margin-right = 8

Binary file added example-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit beea4e7

Please sign in to comment.