mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-06-01 23:17:39 +00:00
Try sorting dictionnary keys to keep order
This commit is contained in:
parent
1f92a79588
commit
a9774e993f
3 changed files with 12 additions and 6 deletions
|
@ -39,6 +39,10 @@ do
|
|||
then
|
||||
echo "========== Diff =========="
|
||||
echo -e "${diff_out}"
|
||||
echo "========== Original =========="
|
||||
cat "${expectations}"
|
||||
echo "========== Test Output =========="
|
||||
cat "${out}"
|
||||
clean
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
@ -289,12 +289,12 @@ bar {
|
|||
status_command i3status -c ~/.config/i3/i3status.conf
|
||||
separator_symbol "|"
|
||||
colors {
|
||||
separator #AAAAAA
|
||||
background #1f2326
|
||||
statusline #FFFFFF
|
||||
focused_workspace #9FCA56 #9FCA56 #151718
|
||||
active_workspace #DCCD69 #DCCD69 #151718
|
||||
background #1f2326
|
||||
focused_workspace #9FCA56 #9FCA56 #151718
|
||||
inactive_workspace #1f2326 #1f2326 #AAAAAA
|
||||
separator #AAAAAA
|
||||
statusline #FFFFFF
|
||||
urgent_workspace #CE4045 #CE4045 #FFFFFF
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue