Skip to content

Commit

Permalink
Swap positions of CPU and MEM widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Aug 8, 2019
1 parent 6b94ad0 commit 052225e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions decks/main.deck
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[keys.widget]
id = "top"
[keys.widget.config]
mode = "memory"
fillColor = "#a69bd6"
mode = "cpu"
fillColor = "#d497de"
[keys.action]
deck = "decks/system.deck"

Expand All @@ -13,8 +13,8 @@
[keys.widget]
id = "top"
[keys.widget.config]
mode = "cpu"
fillColor = "#d497de"
mode = "memory"
fillColor = "#a69bd6"
[keys.action]
deck = "decks/system.deck"

Expand Down

0 comments on commit 052225e

Please sign in to comment.