Update .config/cava/themes/matugen_theme
Update .config/matugen/config.toml Update .config/sway/config
This commit is contained in:
parent
51d44330c0
commit
8ec123e983
3 changed files with 17 additions and 11 deletions
|
|
@ -1,17 +1,17 @@
|
|||
[color]
|
||||
background = 'default'
|
||||
foreground = '#f2be6e'
|
||||
foreground = '#8bd0f0'
|
||||
|
||||
; gradient = 0
|
||||
gradient = 1
|
||||
gradient_color_1 = '#614000'
|
||||
gradient_color_2 = '#f2be6e'
|
||||
gradient_color_3 = '#ffddaf'
|
||||
gradient_color_1 = '#004d65'
|
||||
gradient_color_2 = '#8bd0f0'
|
||||
gradient_color_3 = '#bee9ff'
|
||||
|
||||
horizontal_gradient = 0
|
||||
; horizontal_gradient = 1
|
||||
horizontal_gradient_color_1 = '#614000'
|
||||
horizontal_gradient_color_2 = '#f2be6e'
|
||||
horizontal_gradient_color_3 = '#ffddaf'
|
||||
horizontal_gradient_color_4 = '#f2be6e'
|
||||
horizontal_gradient_color_5 = '#614000'
|
||||
horizontal_gradient_color_1 = '#004d65'
|
||||
horizontal_gradient_color_2 = '#8bd0f0'
|
||||
horizontal_gradient_color_3 = '#bee9ff'
|
||||
horizontal_gradient_color_4 = '#8bd0f0'
|
||||
horizontal_gradient_color_5 = '#004d65'
|
||||
|
|
@ -13,3 +13,7 @@ output_path = '~/.config/waybar/colors.css'
|
|||
input_path = 'templates/cava-colors.ini'
|
||||
output_path = '~/.config/cava/themes/matugen_theme'
|
||||
post_hook = 'pkill -USR1 cava'
|
||||
|
||||
[templates.alacritty]
|
||||
input_path = 'templates/alacritty.toml'
|
||||
output_path = '~/.config/alacritty/colors.toml'
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@ set $down j
|
|||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term foot
|
||||
#set $term foot
|
||||
set $term alacritty
|
||||
# Your preferred application launcher
|
||||
#set $menu wmenu-run -i
|
||||
set $menu rofi -show combi
|
||||
|
|
@ -271,7 +272,8 @@ bar {
|
|||
#}
|
||||
}
|
||||
|
||||
for_window [app_id="foot"] floating enable
|
||||
#for_window [app_id="foot"] floating enable
|
||||
for_window [app_id="Alacritty"] floating enable
|
||||
|
||||
exec mako
|
||||
exec steam
|
||||
|
|
|
|||
Loading…
Reference in a new issue