wallust

mrgrouse's configs for https://codeberg.org/explosion-mental/wallust
Log | Files | Refs | Submodules | README

README.md (1205B)


      1 # Wallust Configs!
      2 #### WARNING: these configs may be broken due to the breaking changes in the wallust v3 format, please open a pr/issue if you find any
      3 ### These are my wallust configs; they are a huge work in progress!!
      4 ### **WARNING:** convert to wallust script (probably) may not work.
      5 I switched to wallust because pywal was simply just not that great and wallust provides me with extra functionality that pywal just didn't have. Its also written in rust! 
      6 So far I have implemented the following config files from pywal:
      7  - Xresources
      8    - depends on [Sweet Cursors Theme](https://www.gnome-look.org/p/1393084)
      9  - kitty
     10  - vim (neovim by extension)
     11  - dunst
     12  - vencord
     13  - joplin (custom)
     14  - cider (colors.less, used with base16 theme for cider)
     15  - rofi
     16  - hyprland (include file in hypr.conf and use variables)
     17  - vconsole.conf
     18   
     19 This is a huge work in progress, so any help would be greatly appreciated!  
     20 
     21 A large list of common themes ported to pywal are in the `wallust-themes` submodule,
     22 copy this module when cloning the repo with: `git clone git@git.mrgrouse.com:mrgrouse/wallust --recursive`
     23 ##### or
     24 update the repo if you've already cloned it with:
     25 `git submodule update --recursive`