From 5afd562cf110c314517eb8b85e4d4859f6459e39 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 30 Dec 2020 09:35:52 +0800 Subject: [PATCH] Update the theme (again) --- .../{{ cookiecutter.slug }}/config/bspwm/bspwmrc | 2 +- .../{{ cookiecutter.slug }}/config/dunst/dunstrc | 4 ++-- .../{{ cookiecutter.slug }}/config/polybar/config | 15 ++++++++------- .../config/rofi/themes/dmenu.rasi | 2 +- .../config/rofi/themes/fds-center-menu.rasi | 2 +- .../config/rofi/themes/fds-mini-sidebar.rasi | 6 +++--- 6 files changed, 16 insertions(+), 15 deletions(-) diff --git a/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/bspwm/bspwmrc b/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/bspwm/bspwmrc index 94ac9552..faaab419 100755 --- a/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/bspwm/bspwmrc +++ b/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/bspwm/bspwmrc @@ -9,7 +9,7 @@ pkill dunst; dunst & bspc rule -r "*" # Set up the desktops (workspaces) for the monitor -bspc monitor -d I II III IV V +bspc monitor -d web text dev graphics 3d mail music vm bspc config border_width 2 bspc config window_gap 5 diff --git a/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/dunst/dunstrc b/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/dunst/dunstrc index 22fa9f6c..cc73aa60 100755 --- a/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/dunst/dunstrc +++ b/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/dunst/dunstrc @@ -284,7 +284,7 @@ # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. background = "#{{ cookiecutter.base01 }}" - foreground = "#{{ cookiecutter.base07 }}" + foreground = "#{{ cookiecutter.base05 }}" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon @@ -293,7 +293,7 @@ [urgency_normal] background = "#{{ cookiecutter.base00 }}" - foreground = "#{{ cookiecutter.base07 }}" + foreground = "#{{ cookiecutter.base06 }}" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon diff --git a/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/polybar/config b/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/polybar/config index 87b368b6..257c6bd6 100755 --- a/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/polybar/config +++ b/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/polybar/config @@ -4,9 +4,9 @@ [colors] background = "#{{ cookiecutter.base00 }}" background-light = "#{{ cookiecutter.base01 }}" - foreground = "#{{ cookiecutter.base06 }}" - foreground-light = "#{{ cookiecutter.base07 }}" - accent = "#{{ cookiecutter.base08 }}" + foreground = "#{{ cookiecutter.base05 }}" + foreground-light = "#{{ cookiecutter.base06 }}" + accent = "#{{ cookiecutter.base0C }}" ; The common style between bars. @@ -17,7 +17,7 @@ fixed-center = false line-size = 3 - line-color = #f00 + line-color = ${colors.accent} padding = 1 @@ -97,11 +97,12 @@ label-occupied-padding = 1 label-urgent = %index%! - label-urgent-background = ${colors.foreground} + label-urgent-foreground = ${colors.background} + label-urgent-background = ${colors.foreground-light} label-urgent-padding = 1 label-empty = %index% - label-empty-foreground = ${colors.foreground-light} + label-empty-foreground = ${colors.foreground} label-empty-padding = 1 @@ -120,7 +121,7 @@ interval = 3.0 format-connected = - format-connected-underline = #9f78e1 + format-connected-underline = ${colors.accent} format-prefix = "NET" label-connected = %essid% diff --git a/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/rofi/themes/dmenu.rasi b/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/rofi/themes/dmenu.rasi index 99b6ee77..f76d22ef 100755 --- a/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/rofi/themes/dmenu.rasi +++ b/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/rofi/themes/dmenu.rasi @@ -9,7 +9,7 @@ /* The color swatch */ /* Useful for quick editing of the colors */ background: #{{ cookiecutter.base00 }}; - foreground: #{{ cookiecutter.base07 }}; + foreground: #{{ cookiecutter.base05 }}; color0: #{{ cookiecutter.base00 }}; color1: #{{ cookiecutter.base01 }}; color2: #{{ cookiecutter.base02 }}; diff --git a/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/rofi/themes/fds-center-menu.rasi b/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/rofi/themes/fds-center-menu.rasi index cea7e0c1..5736da62 100755 --- a/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/rofi/themes/fds-center-menu.rasi +++ b/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/rofi/themes/fds-center-menu.rasi @@ -2,7 +2,7 @@ /* The color swatch */ /* Useful for quick editing of the colors */ background: #{{ cookiecutter.base00 }}; - foreground: #{{ cookiecutter.base07 }}; + foreground: #{{ cookiecutter.base05 }}; color0: #{{ cookiecutter.base00 }}; color1: #{{ cookiecutter.base01 }}; color2: #{{ cookiecutter.base02 }}; diff --git a/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/rofi/themes/fds-mini-sidebar.rasi b/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/rofi/themes/fds-mini-sidebar.rasi index 23d7f847..daff99b5 100755 --- a/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/rofi/themes/fds-mini-sidebar.rasi +++ b/templates/themes/fair-and-square/{{ cookiecutter.slug }}/config/rofi/themes/fds-mini-sidebar.rasi @@ -2,7 +2,7 @@ /* The color swatch */ /* Useful for quick editing of the colors */ background: #{{ cookiecutter.base00 }}; - foreground: #{{ cookiecutter.base07 }}; + foreground: #{{ cookiecutter.base05 }}; color0: #{{ cookiecutter.base00 }}; color1: #{{ cookiecutter.base01 }}; color2: #{{ cookiecutter.base02 }}; @@ -67,12 +67,12 @@ prompt { } entry { - background-color: @color0; + background-color: @color1; margin: 0 1em 0 0; } element { - background-color: @color0; + background-color: @color1; padding: 5; }