mirror of
https://github.com/cizordj/i3-themer.git
synced 2024-04-21 12:32:12 +00:00
Update new template
- This model is easier to work with
This commit is contained in:
@@ -4,59 +4,59 @@ declare -A i3wm
|
||||
declare -A polybar
|
||||
declare -A dunstrc
|
||||
|
||||
xresources['background']=''
|
||||
xresources['foreground']=''
|
||||
xresources['cursorcolor']=''
|
||||
xresources['color0']=''
|
||||
xresources['color1']=''
|
||||
xresources['color2']=''
|
||||
xresources['color3']=''
|
||||
xresources['color4']=''
|
||||
xresources['color5']=''
|
||||
xresources['color6']=''
|
||||
xresources['color7']=''
|
||||
xresources['color8']=''
|
||||
xresources['color9']=''
|
||||
xresources['color10']=''
|
||||
xresources['color11']=''
|
||||
xresources['color12']=''
|
||||
xresources['color13']=''
|
||||
xresources['color14']=''
|
||||
xresources['color15']=''
|
||||
xresources['rofi.color-window']=''
|
||||
xresources['rofi.color-normal']=''
|
||||
xresources['rofi.color-active']=''
|
||||
xresources['rofi.color-urgent']=''
|
||||
xresources['color0']='#1E272B'
|
||||
xresources['color1']='#685742'
|
||||
xresources['color2']='#9D6A47'
|
||||
xresources['color3']='#B36D43'
|
||||
xresources['color4']='#78824B'
|
||||
xresources['color5']='#D99F57'
|
||||
xresources['color6']='#C9A554'
|
||||
xresources['color7']='#EAD49B'
|
||||
xresources['color8']='#666666'
|
||||
xresources['color9']='#685743'
|
||||
xresources['color10']='#9D6A47'
|
||||
xresources['color11']='#B36D43'
|
||||
xresources['color12']='#78824B'
|
||||
xresources['color13']='#D99F57'
|
||||
xresources['color14']='#C9A554'
|
||||
xresources['color15']='#EAD49B'
|
||||
xresources['background']=${xresources['color0']}
|
||||
xresources['foreground']=${xresources['color7']}
|
||||
xresources['cursorcolor']=${xresources['color7']}
|
||||
xresources['rofi.color-window']="${xresources['color0']}, ${xresources['color2']}, ${xresources['color2']}"
|
||||
xresources['rofi.color-normal']="${xresources['color0']}, ${xresources['color7']}, ${xresources['color0']}, ${xresources['color0']}, ${xresources['color4']}"
|
||||
xresources['rofi.color-active']="${xresources['color0']}, ${xresources['color7']}, ${xresources['color0']}, ${xresources['color0']}, ${xresources['color4']}"
|
||||
xresources['rofi.color-urgent']="${xresources['color0']}, ${xresources['color7']}, ${xresources['color0']}, ${xresources['color0']}, ${xresources['color4']}"
|
||||
|
||||
i3wm['client.background']=''
|
||||
i3wm['client.focused']=''
|
||||
i3wm['client.unfocused']=''
|
||||
i3wm['client.focused_inactive']=''
|
||||
i3wm['client.urgent']=''
|
||||
i3wm['client.placeholder']=''
|
||||
i3wm['client.background']=${xresources['color0']}
|
||||
i3wm['client.focused']="${xresources['color7']} ${xresources['color0']} ${xresources['color7']} ${xresources['color2']} ${xresources['color2']}"
|
||||
i3wm['client.unfocused']="${xresources['color7']} ${xresources['color0']} ${xresources['color7']} ${xresouces['color4']}"
|
||||
i3wm['client.focused_inactive']="${xresources['color7']} ${xresources['color0']} ${xresources['color7']} ${xresources['color4']} ${xresources['color4']}"
|
||||
i3wm['client.urgent']="${xresources['color7']} ${xresources['color0']} ${xresources['color7']} ${xresources['color4']} ${xresources['color4']}"
|
||||
i3wm['client.placeholder']="${xresources['color7']} ${xresources['color0']} ${xresources['color0']} ${xresources['color4']} ${xresources['color4']}"
|
||||
|
||||
polybar['background']=''
|
||||
polybar['foreground']=''
|
||||
polybar['modules-left']='wlan eth'
|
||||
polybar['modules-center']='i3'
|
||||
polybar['modules-right']='date powermenu'
|
||||
polybar['label-unfocused-background']=''
|
||||
polybar['label-unfocused-foreground']=''
|
||||
polybar['label-mode-background']=''
|
||||
polybar['label-mode-foreground']=''
|
||||
polybar['label-focused-foreground']=''
|
||||
polybar['label-focused-background']=''
|
||||
polybar['label-visible-background']=''
|
||||
polybar['label-visible-foreground']=''
|
||||
polybar['format-foreground']=''
|
||||
polybar['format-background']=''
|
||||
polybar['label-open-foreground']=''
|
||||
polybar['label-close-foreground']=''
|
||||
polybar['label-separator-foreground']=''
|
||||
polybar['format-connected-foreground']=''
|
||||
polybar['format-connected-background']=''
|
||||
polybar['format-connected-prefix-foreground']=''
|
||||
polybar['ramp-signal-foreground']=''
|
||||
polybar['background']=${xresources['color0']}
|
||||
polybar['foreground']=${xresources['color7']}
|
||||
polybar['modules-left']='i3'
|
||||
polybar['modules-center']='date'
|
||||
polybar['modules-right']='wlan eth powermenu'
|
||||
polybar['label-unfocused-background']=${xresources['color4']}
|
||||
polybar['label-unfocused-foreground']=${xresources['color0']}
|
||||
polybar['label-mode-background']=${xresources['color4']}
|
||||
polybar['label-mode-foreground']=${xresources['color0']}
|
||||
polybar['label-focused-foreground']='#6B7443'
|
||||
polybar['label-focused-background']=${xresources['color4']}
|
||||
polybar['label-visible-background']=${xresources['color4']}
|
||||
polybar['label-visible-foreground']=${xresources['color0']}
|
||||
polybar['format-foreground']=${xresources['color0']}
|
||||
polybar['format-background']=${xresources['color5']}
|
||||
polybar['label-open-foreground']=${xresources['color2']}
|
||||
polybar['label-close-foreground']=${xresources['color2']}
|
||||
polybar['label-separator-foreground']=${xresources['color2']}
|
||||
polybar['format-connected-foreground']=${xresources['color0']}
|
||||
polybar['format-connected-background']=${xresources['color2']}
|
||||
polybar['format-connected-prefix-foreground']=${xresources['color0']}
|
||||
polybar['ramp-signal-foreground']=${xresouces['color0']}
|
||||
|
||||
dunstrc['background']=${polybar['background']}
|
||||
dunstrc['foreground']=${polybar['foreground']}
|
||||
|
||||
Reference in New Issue
Block a user