fixed: matugen update making colors weird on wlogout
This commit is contained in:
@@ -28,6 +28,7 @@ output_path = '~/.config/swaylock/config'
|
||||
[templates.wlogout]
|
||||
input_path = './templates/wlogoutcolors.css'
|
||||
output_path = '~/.config/wlogout/colors.css'
|
||||
post_hook = 'sed -i "s/999/0.7/g" ~/.config/wlogout/colors.css'
|
||||
|
||||
[templates.oh-my-posh]
|
||||
input_path = './templates/config.omp.json'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@define-color background {{colors.background.default.rgba | set_alpha: 0.7}};
|
||||
@define-color background {{colors.background.default.rgba | set_alpha: 999}};
|
||||
@define-color primary {{colors.primary.default.hex}};
|
||||
@define-color secondary {{colors.secondary.default.hex | set_lightness: -30.0}};
|
||||
@define-color tertiary {{colors.tertiary.default.hex | set_lightness: -30.0}};
|
||||
@define-color secondary {{colors.secondary.default.hex | lighten: -30.0}};
|
||||
@define-color tertiary {{colors.tertiary.default.hex | lighten: -30.0}};
|
||||
@define-color surface_bright {{colors.surface_bright.default.hex}};
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@define-color background rgba(23, 18, 22, 1);
|
||||
@define-color background rgba(23, 18, 22, 0.7);
|
||||
@define-color primary #f2b3e5;
|
||||
@define-color secondary #000000;
|
||||
@define-color tertiary #000000;
|
||||
@define-color secondary #a45c8e;
|
||||
@define-color tertiary #e64a1c;
|
||||
@define-color surface_bright #3e373c;
|
||||
|
||||
Reference in New Issue
Block a user