not much
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
|
||||
- wlogout: edit $HOME/.config/wlogout/style.css
|
||||
edit $HOME/.config/wlogout/icons/*.svg
|
||||
|
||||
- fuzzel: edit $HOME/.config/fuzzel/fuzzel.ini
|
||||
'''
|
||||
|
||||
import os
|
||||
@@ -186,6 +188,12 @@ def change_wlogout(flavor):
|
||||
apply_flavor(icon_dist, flavor)
|
||||
|
||||
|
||||
def change_fuzzel(flavor):
|
||||
fuzzel_template = Path.home().joinpath('.config', 'fuzzel', 'fuzzel.ini.template')
|
||||
fuzzel_dist = copy_template(fuzzel_template, Path.home().joinpath('.config', 'fuzzel'))
|
||||
apply_flavor(fuzzel_dist, flavor)
|
||||
|
||||
|
||||
def match_color(color: str) -> str:
|
||||
""" Matches a given color to the closest color in the palette."""
|
||||
# HUE distance of the given and returned color must no<t exceed this value
|
||||
|
||||
Reference in New Issue
Block a user