Skip to content

v0.1.7

Compare
Choose a tag to compare
@Achno Achno released this 16 Aug 15:02
· 29 commits to main since this release
  • Big Feature 🚀 added Extracting color pallete from wallpaper ( yes like pywal , in under 150ms) ❗❗
    Usage : gowall extract ~/Pictures/pagoda.jpeg -c 6
    The -c flag specifies the number of colors to return ( in this case it returns 6 hex colors: #130C0C #3E3D3D #A33234 #757271 #908F8D #C6C6C6 )

    In order to preview the colors of all the hex color codes at once you use the -p flag
    Example : gowall extract ~/Pictures/pagoda.jpeg -pc 6. It should have opened a url in your default web browser , simply copy-paste the hex codes from your terminal and view the colors :)

  • Feature 🚀 Added Wallpaper of the day with gowall -w.
    It fetches the top wallapper and displays it on your terminal if you are running kitty , else opens your default image viewing application

  • Quality Feature Added a way to print the hex color codes of all themes , so you can trim them down and help you create your custom color scheme.
    gowall list -t catppuccin --> prints all the hex codes of catppuccin
    The general syntax is gowall list -t <theme_name>

    You can also use gowall list -pt <theme_name to open a hex previewer and paste the hex colors of the theme for you to view !

(Saves you time tracking down the colors for a theme and enables you to tweak the theme with custom themes even faster)