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 "*"
|
||||
|
||||
# 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
|
||||
|
@ -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
|
||||
|
@ -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 = <label-connected>
|
||||
format-connected-underline = #9f78e1
|
||||
format-connected-underline = ${colors.accent}
|
||||
format-prefix = "NET"
|
||||
label-connected = %essid%
|
||||
|
||||
|
@ -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 }};
|
||||
|
@ -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 }};
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user