mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
Update the theme (again)
This commit is contained in:
parent
44f692976e
commit
5afd562cf1
@ -9,7 +9,7 @@ pkill dunst; dunst &
|
|||||||
bspc rule -r "*"
|
bspc rule -r "*"
|
||||||
|
|
||||||
# Set up the desktops (workspaces) for the monitor
|
# 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 border_width 2
|
||||||
bspc config window_gap 5
|
bspc config window_gap 5
|
||||||
|
@ -284,7 +284,7 @@
|
|||||||
# IMPORTANT: colors have to be defined in quotation marks.
|
# IMPORTANT: colors have to be defined in quotation marks.
|
||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
background = "#{{ cookiecutter.base01 }}"
|
background = "#{{ cookiecutter.base01 }}"
|
||||||
foreground = "#{{ cookiecutter.base07 }}"
|
foreground = "#{{ cookiecutter.base05 }}"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with low urgency, uncomment to enable
|
# Icon for notifications with low urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
@ -293,7 +293,7 @@
|
|||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#{{ cookiecutter.base00 }}"
|
background = "#{{ cookiecutter.base00 }}"
|
||||||
foreground = "#{{ cookiecutter.base07 }}"
|
foreground = "#{{ cookiecutter.base06 }}"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
[colors]
|
[colors]
|
||||||
background = "#{{ cookiecutter.base00 }}"
|
background = "#{{ cookiecutter.base00 }}"
|
||||||
background-light = "#{{ cookiecutter.base01 }}"
|
background-light = "#{{ cookiecutter.base01 }}"
|
||||||
foreground = "#{{ cookiecutter.base06 }}"
|
foreground = "#{{ cookiecutter.base05 }}"
|
||||||
foreground-light = "#{{ cookiecutter.base07 }}"
|
foreground-light = "#{{ cookiecutter.base06 }}"
|
||||||
accent = "#{{ cookiecutter.base08 }}"
|
accent = "#{{ cookiecutter.base0C }}"
|
||||||
|
|
||||||
|
|
||||||
; The common style between bars.
|
; The common style between bars.
|
||||||
@ -17,7 +17,7 @@
|
|||||||
fixed-center = false
|
fixed-center = false
|
||||||
|
|
||||||
line-size = 3
|
line-size = 3
|
||||||
line-color = #f00
|
line-color = ${colors.accent}
|
||||||
|
|
||||||
padding = 1
|
padding = 1
|
||||||
|
|
||||||
@ -97,11 +97,12 @@
|
|||||||
label-occupied-padding = 1
|
label-occupied-padding = 1
|
||||||
|
|
||||||
label-urgent = %index%!
|
label-urgent = %index%!
|
||||||
label-urgent-background = ${colors.foreground}
|
label-urgent-foreground = ${colors.background}
|
||||||
|
label-urgent-background = ${colors.foreground-light}
|
||||||
label-urgent-padding = 1
|
label-urgent-padding = 1
|
||||||
|
|
||||||
label-empty = %index%
|
label-empty = %index%
|
||||||
label-empty-foreground = ${colors.foreground-light}
|
label-empty-foreground = ${colors.foreground}
|
||||||
label-empty-padding = 1
|
label-empty-padding = 1
|
||||||
|
|
||||||
|
|
||||||
@ -120,7 +121,7 @@
|
|||||||
interval = 3.0
|
interval = 3.0
|
||||||
|
|
||||||
format-connected = <label-connected>
|
format-connected = <label-connected>
|
||||||
format-connected-underline = #9f78e1
|
format-connected-underline = ${colors.accent}
|
||||||
format-prefix = "NET"
|
format-prefix = "NET"
|
||||||
label-connected = %essid%
|
label-connected = %essid%
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
/* The color swatch */
|
/* The color swatch */
|
||||||
/* Useful for quick editing of the colors */
|
/* Useful for quick editing of the colors */
|
||||||
background: #{{ cookiecutter.base00 }};
|
background: #{{ cookiecutter.base00 }};
|
||||||
foreground: #{{ cookiecutter.base07 }};
|
foreground: #{{ cookiecutter.base05 }};
|
||||||
color0: #{{ cookiecutter.base00 }};
|
color0: #{{ cookiecutter.base00 }};
|
||||||
color1: #{{ cookiecutter.base01 }};
|
color1: #{{ cookiecutter.base01 }};
|
||||||
color2: #{{ cookiecutter.base02 }};
|
color2: #{{ cookiecutter.base02 }};
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/* The color swatch */
|
/* The color swatch */
|
||||||
/* Useful for quick editing of the colors */
|
/* Useful for quick editing of the colors */
|
||||||
background: #{{ cookiecutter.base00 }};
|
background: #{{ cookiecutter.base00 }};
|
||||||
foreground: #{{ cookiecutter.base07 }};
|
foreground: #{{ cookiecutter.base05 }};
|
||||||
color0: #{{ cookiecutter.base00 }};
|
color0: #{{ cookiecutter.base00 }};
|
||||||
color1: #{{ cookiecutter.base01 }};
|
color1: #{{ cookiecutter.base01 }};
|
||||||
color2: #{{ cookiecutter.base02 }};
|
color2: #{{ cookiecutter.base02 }};
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/* The color swatch */
|
/* The color swatch */
|
||||||
/* Useful for quick editing of the colors */
|
/* Useful for quick editing of the colors */
|
||||||
background: #{{ cookiecutter.base00 }};
|
background: #{{ cookiecutter.base00 }};
|
||||||
foreground: #{{ cookiecutter.base07 }};
|
foreground: #{{ cookiecutter.base05 }};
|
||||||
color0: #{{ cookiecutter.base00 }};
|
color0: #{{ cookiecutter.base00 }};
|
||||||
color1: #{{ cookiecutter.base01 }};
|
color1: #{{ cookiecutter.base01 }};
|
||||||
color2: #{{ cookiecutter.base02 }};
|
color2: #{{ cookiecutter.base02 }};
|
||||||
@ -67,12 +67,12 @@ prompt {
|
|||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
background-color: @color0;
|
background-color: @color1;
|
||||||
margin: 0 1em 0 0;
|
margin: 0 1em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
element {
|
element {
|
||||||
background-color: @color0;
|
background-color: @color1;
|
||||||
padding: 5;
|
padding: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user