Niri added shaders, fish, DMS, btop, cava
This commit is contained in:
+47
-37
@@ -241,43 +241,53 @@
|
||||
|
||||
[color]
|
||||
|
||||
# Colors can be one of seven predefined: black, blue, cyan, green, magenta, red, white, yellow.
|
||||
# Or defined by hex code '#xxxxxx' (hex code must be within ''). User defined colors requires
|
||||
# a terminal that can change color definitions such as Gnome-terminal or rxvt.
|
||||
# default is to keep current terminal color
|
||||
; background = default
|
||||
; foreground = default
|
||||
|
||||
# SDL and sdl_glsl only support hex code colors, these are the default:
|
||||
; background = '#111111'
|
||||
; foreground = '#33ffff'
|
||||
|
||||
|
||||
# Gradient mode, only hex defined colors are supported,
|
||||
# background must also be defined in hex or remain commented out. 1 = on, 0 = off.
|
||||
# You can define as many as 8 different colors. They range from bottom to top of screen
|
||||
; gradient = 0
|
||||
; gradient_color_1 = '#59cc33'
|
||||
; gradient_color_2 = '#80cc33'
|
||||
; gradient_color_3 = '#a6cc33'
|
||||
; gradient_color_4 = '#cccc33'
|
||||
; gradient_color_5 = '#cca633'
|
||||
; gradient_color_6 = '#cc8033'
|
||||
; gradient_color_7 = '#cc5933'
|
||||
; gradient_color_8 = '#cc3333'
|
||||
|
||||
|
||||
# Horizontal is only supported on noncurses output.
|
||||
# Only one color will be calculated per bar.
|
||||
; horizontal_gradient = 0
|
||||
; horizontal_gradient_color_1 = '#c45161'
|
||||
; horizontal_gradient_color_2 = '#e094a0'
|
||||
; horizontal_gradient_color_3 = '#f2b6c0'
|
||||
; horizontal_gradient_color_4 = '#f2dde1'
|
||||
; horizontal_gradient_color_5 = '#cbc7d8'
|
||||
; horizontal_gradient_color_6 = '#8db7d2'
|
||||
; horizontal_gradient_color_7 = '#5e62a9'
|
||||
; horizontal_gradient_color_8 = '#434279'
|
||||
# Rose pine color config
|
||||
# background = '#191724'
|
||||
gradient = 1
|
||||
gradient_count = 6
|
||||
gradient_color_1 = '#31748f'
|
||||
gradient_color_2 = '#9ccfd8'
|
||||
gradient_color_3 = '#c4a7e7'
|
||||
gradient_color_4 = '#ebbcba'
|
||||
gradient_color_5 = '#f6c177'
|
||||
gradient_color_6 = '#eb6f92'
|
||||
# # Colors can be one of seven predefined: black, blue, cyan, green, magenta, red, white, yellow.
|
||||
# # Or defined by hex code '#xxxxxx' (hex code must be within ''). User defined colors requires
|
||||
# # a terminal that can change color definitions such as Gnome-terminal or rxvt.
|
||||
# # default is to keep current terminal color
|
||||
# ; background = default
|
||||
# ; foreground = default
|
||||
#
|
||||
# # SDL and sdl_glsl only support hex code colors, these are the default:
|
||||
# ; background = '#111111'
|
||||
# ; foreground = '#33ffff'
|
||||
#
|
||||
#
|
||||
# # Gradient mode, only hex defined colors are supported,
|
||||
# # background must also be defined in hex or remain commented out. 1 = on, 0 = off.
|
||||
# # You can define as many as 8 different colors. They range from bottom to top of screen
|
||||
# ; gradient = 0
|
||||
# ; gradient_color_1 = '#59cc33'
|
||||
# ; gradient_color_2 = '#80cc33'
|
||||
# ; gradient_color_3 = '#a6cc33'
|
||||
# ; gradient_color_4 = '#cccc33'
|
||||
# ; gradient_color_5 = '#cca633'
|
||||
# ; gradient_color_6 = '#cc8033'
|
||||
# ; gradient_color_7 = '#cc5933'
|
||||
# ; gradient_color_8 = '#cc3333'
|
||||
#
|
||||
#
|
||||
# # Horizontal is only supported on noncurses output.
|
||||
# # Only one color will be calculated per bar.
|
||||
# ; horizontal_gradient = 0
|
||||
# ; horizontal_gradient_color_1 = '#c45161'
|
||||
# ; horizontal_gradient_color_2 = '#e094a0'
|
||||
# ; horizontal_gradient_color_3 = '#f2b6c0'
|
||||
# ; horizontal_gradient_color_4 = '#f2dde1'
|
||||
# ; horizontal_gradient_color_5 = '#cbc7d8'
|
||||
# ; horizontal_gradient_color_6 = '#8db7d2'
|
||||
# ; horizontal_gradient_color_7 = '#5e62a9'
|
||||
# ; horizontal_gradient_color_8 = '#434279'
|
||||
|
||||
|
||||
# If both vertical and horizontal gradient is enabled, vertical will be blended in this direction.
|
||||
|
||||
Reference in New Issue
Block a user