1
0
mirror of https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git synced 2025-09-15 09:45:58 +03:00
Files
linux-nixos-hyprland-config…/home/.config/qutebrowser/catppuccin
2023-09-28 03:29:43 +03:00
..
2023-09-28 03:29:43 +03:00
2023-09-28 03:29:43 +03:00
2023-09-28 03:29:43 +03:00
2023-09-28 03:29:43 +03:00
2023-09-28 03:29:43 +03:00
2023-09-28 03:29:43 +03:00
2023-09-28 03:29:43 +03:00

Logo
Catppuccin for qutebrowser

Usage

  1. Find out where the qutebrowser stores its config directory for your OS.
    Run :version, and take a look at Paths: config to find out.

  2. Clone this repo into that config directory:

# Linux
$ git clone https://github.com/catppuccin/qutebrowser.git ~/.config/qutebrowser/catppuccin
# macOS
$ git clone https://github.com/catppuccin/qutebrowser.git ~/.qutebrowser/catppuccin
# windows
$ git clone https://github.com/catppuccin/qutebrowser.git $LOCALAPPDATA/qutebrowser/config/catppuccin
  1. Make sure your config.py contains:
import catppuccin

# load your autoconfig, use this if the rest of your config is empty!
config.load_autoconfig()

# set the flavour you'd like to use
# valid options are 'mocha', 'macchiato', 'frappe', and 'latte'
catppuccin.setup(c, 'mocha')
  1. Done!

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org