1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 03:01:04 +02:00

docs(examples): update discord icon, temporarily disable random label

This commit is contained in:
Jake Stanger 2023-08-30 21:38:17 +01:00
parent 3ddf799739
commit abd1f80548
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
4 changed files with 146 additions and 146 deletions

View file

@ -3,7 +3,7 @@ let {
type = "workspaces"
all_monitors = false
name_map = {
1 = ""
1 = "󰙯"
2 = "icon:firefox"
3 = ""
Games = "icon:steam"
@ -67,7 +67,7 @@ let {
$clipboard = { type = "clipboard" max_items = 3 truncate.mode = "end" truncate.length = 50 }
$label = { type = "label" label = "random num: {{500:echo $RANDOM}}" }
$label = { type = "label" label = "random num: {{500:echo FIXME}}" }
// -- begin custom --
$button = { type = "button" name="power-btn" label = "" on_click = "popup:toggle" }