Implemented solarized theme.
This commit is contained in:
parent
0ced8dab87
commit
be9383d307
@ -1,7 +1,22 @@
|
|||||||
### Variables
|
### Variables
|
||||||
#
|
#
|
||||||
# Colors
|
# Colors
|
||||||
set $background
|
set $base03 #002b36
|
||||||
|
set $base02 #073642
|
||||||
|
set $base01 #586e75
|
||||||
|
set $base00 #657b83
|
||||||
|
set $base0 #839496
|
||||||
|
set $base1 #93a1a1
|
||||||
|
set $base2 #eee8d5
|
||||||
|
set $base3 #fdf6e3
|
||||||
|
set $yellow #b58900
|
||||||
|
set $orange #cb4b16
|
||||||
|
set $red #dc322f
|
||||||
|
set $magenta #d33682
|
||||||
|
set $violet #6c71c4
|
||||||
|
set $blue #268bd2
|
||||||
|
set $cyan #2aa198
|
||||||
|
set $green #859900
|
||||||
# Logo key. Use Mod1 for Alt.
|
# Logo key. Use Mod1 for Alt.
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
# Home row direction keys, like vim
|
# Home row direction keys, like vim
|
||||||
@ -187,7 +202,7 @@ bindsym $mod+g mode "gaming"
|
|||||||
#
|
#
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
#
|
#
|
||||||
font pango:SourceCodePro 11px
|
font pango:SourceCodePro SemiBold 11px
|
||||||
bar {
|
bar {
|
||||||
position top
|
position top
|
||||||
|
|
||||||
@ -196,18 +211,31 @@ bar {
|
|||||||
status_command slstatus -s
|
status_command slstatus -s
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background #002b36
|
background $base03
|
||||||
# statusline #839496
|
statusline $base0
|
||||||
# focused_workspace #cb4b1g #002b36 #839496
|
separator $base0
|
||||||
# inactive_workspace #859900 #002b36 #839496
|
|
||||||
# urgent_workspace #2aa198 #d33682 #dc322f
|
focused_workspace $orange $base02 $cyan
|
||||||
|
inactive_workspace $base02 $base03 $base0
|
||||||
|
urgent_workspace $cyan $red $base03
|
||||||
}
|
}
|
||||||
font pango:SourceCodePro 11px
|
font pango:SourceCodePro SemiBold 11px
|
||||||
tray_output primary
|
tray_output primary
|
||||||
}
|
}
|
||||||
|
|
||||||
bindsym $mod+Control+h gaps horizontal current plus 200
|
#
|
||||||
bindsym $mod+Control+l gaps horizontal current minus 200
|
# Window Colors:
|
||||||
|
#
|
||||||
|
client.focused $base01 $green $base03 $blue $cyan
|
||||||
|
client.focused_inactive $base0 $base02 $base0 $blue $base0
|
||||||
|
client.unfocused $base01 $base03 $base01 $blue $base01
|
||||||
|
client.urgent $base03 $red $base0 $red $red
|
||||||
|
client.placeholder #000000 $base01 $base0 #000000 $base01
|
||||||
|
|
||||||
|
client.background $base03
|
||||||
|
|
||||||
|
bindsym $mod+Control+h gaps horizontal current plus 100
|
||||||
|
bindsym $mod+Control+l gaps horizontal current minus 100
|
||||||
bindsym $mod+shift+f gaps horizontal current toggle 400
|
bindsym $mod+shift+f gaps horizontal current toggle 400
|
||||||
|
|
||||||
smart_gaps inverse_outer
|
smart_gaps inverse_outer
|
||||||
@ -227,4 +255,4 @@ assign [class="Steam"] 4:t
|
|||||||
|
|
||||||
exec --no-startup-id fcitx5 -d
|
exec --no-startup-id fcitx5 -d
|
||||||
exec --no-startup-id dunst
|
exec --no-startup-id dunst
|
||||||
exec ~/.config/wm_scripts/setwallpaper.sh
|
exec ~/.config/wm_scripts/autostart.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user