Commit de96a7af authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Ported changes to config.simple.

parent b762575b
...@@ -12,7 +12,7 @@ set $border_normal border normal 3 ...@@ -12,7 +12,7 @@ set $border_normal border normal 3
set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\" set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
# Theme options (comment/uncomment theme group) # Theme options (comment/uncomment theme group)
# Theme 1 "Paradise Pink" ## Theme 1 "Paradise Pink"
#set $accent-bg #d64161 #set $accent-bg #d64161
#set $accent-txt #F9FAF9 #set $accent-txt #F9FAF9
#set $indicator #109648 #set $indicator #109648
...@@ -42,7 +42,7 @@ client.unfocused $unfocused-bg $unfocused-bg $unfocused-txt $indicator $u ...@@ -42,7 +42,7 @@ client.unfocused $unfocused-bg $unfocused-bg $unfocused-txt $indicator $u
#client.background #2B2C2B #client.background #2B2C2B
# set default desktop layout (default is tiling) <default|stacking|tabbed> # set default desktop layout (default is tiling) <default|stacking|tabbed>
workspace_layout tabbed workspace_layout stacking
# set default window title_align # set default window title_align
title_align center title_align center
......
...@@ -18,9 +18,14 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\" ...@@ -18,9 +18,14 @@ set $i3inputfont \\"-*-*-*-*-*-*-24-*-*-*-*-*-*-*\\"
#set $indicator #109648 #set $indicator #109648
# Theme 2 "tmux" # Theme 2 "tmux"
set $accent-bg #4e9a06 #set $accent-bg #4e9a06
#set $accent-txt #F9FAF9
#set $indicator #d64161
# Theme 3 "plurple"
set $accent-bg #8f5f95
set $accent-txt #F9FAF9 set $accent-txt #F9FAF9
set $indicator #d64161 set $indicator #109648
# set other colors # set other colors
set $inactive-bg #323838 set $inactive-bg #323838
...@@ -37,7 +42,7 @@ client.unfocused $unfocused-bg $unfocused-bg $unfocused-txt $indicator $u ...@@ -37,7 +42,7 @@ client.unfocused $unfocused-bg $unfocused-bg $unfocused-txt $indicator $u
#client.background #2B2C2B #client.background #2B2C2B
# set default desktop layout (default is tiling) <default|stacking|tabbed> # set default desktop layout (default is tiling) <default|stacking|tabbed>
workspace_layout tabbed workspace_layout stacking
# set default window title_align # set default window title_align
title_align center title_align center
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment