Skip to content

Commit

Permalink
Updated example deck config
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Aug 8, 2019
1 parent 45976f2 commit e8b35b7
Showing 1 changed file with 51 additions and 38 deletions.
89 changes: 51 additions & 38 deletions decks/main.deck
Original file line number Diff line number Diff line change
@@ -1,37 +1,27 @@
[[keys]]
index = 10
[keys.widget]
id = "recentWindow"
[keys.widget.config]
window = "1"

[[keys]]
index = 11
[keys.widget]
id = "recentWindow"
[keys.widget.config]
window = "2"

[[keys]]
index = 12
index = 2
[keys.widget]
id = "recentWindow"
id = "top"
[keys.widget.config]
window = "3"
mode = "memory"
fillColor = "#a69bd6"
[keys.action]
deck = "decks/system.deck"

[[keys]]
index = 13
index = 3
[keys.widget]
id = "recentWindow"
id = "top"
[keys.widget.config]
window = "4"
mode = "cpu"
fillColor = "#d497de"
[keys.action]
deck = "decks/system.deck"

[[keys]]
index = 14
index = 4
[keys.widget]
id = "recentWindow"
[keys.widget.config]
window = "5"
id = "clock"

[[keys]]
index = 5
Expand All @@ -54,19 +44,7 @@
keycode = "115"

[[keys]]
index = 4
[keys.widget]
id = "clock"

[[keys]]
index = 3
[keys.widget]
id = "top"
[keys.action]
deck = "decks/system.deck"

[[keys]]
index = 0
index = 8
[keys.widget]
id = "button"
[keys.widget.config]
Expand All @@ -76,11 +54,46 @@
exec = "kactivities-cli --previous-activity"

[[keys]]
index = 1
index = 9
[keys.widget]
id = "button"
[keys.widget.config]
icon = "assets/go-next.png"
label = "Next Act"
[keys.action]
exec = "kactivities-cli --next-activity"

[[keys]]
index = 10
[keys.widget]
id = "recentWindow"
[keys.widget.config]
window = "1"

[[keys]]
index = 11
[keys.widget]
id = "recentWindow"
[keys.widget.config]
window = "2"

[[keys]]
index = 12
[keys.widget]
id = "recentWindow"
[keys.widget.config]
window = "3"

[[keys]]
index = 13
[keys.widget]
id = "recentWindow"
[keys.widget.config]
window = "4"

[[keys]]
index = 14
[keys.widget]
id = "recentWindow"
[keys.widget.config]
window = "5"

0 comments on commit e8b35b7

Please sign in to comment.