ImRayy / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repo-size size last-commit

Hyprland

hyprland-catppuccin-mocha
hyprland-everforest hyprland-catppuccin

Contents

Fonts, Icons, Colorschemes & More

Hyprland Stuff
  • sww
  • grim
  • slurp
  • swaylock
  • wf-recorder
  • cliphist
  • hyprpicker
  • polkit-gnome
Fonts
  • Cartograph CF
  • CaskaydiaCove Nerd Font
  • Open Sans
  • Font Awesome
Color schemes
  • Catppuccin Mocha
  • Everforest
  • Nightowl
Icons
  • Mouse Cursor: Bibata Modern Ice
  • Apps: Papirus
Apps
  • πŸ“ File Manager: lf (tui) & nemo (gui)
  • πŸ§‘β€πŸ’» Code Editor: Neovim & Vscode like most
  • πŸ“½ Video Player: MPV
  • 🎡 Music Player: Tauon Music Box
  • πŸ—Ώ Emoji Picker: rofi-emoji
  • πŸ“” Note Taking: Obsidian, Neovim (with telekasten.nvim plugin)

Tips

Change Colorscheme
There isn't an easy script to change the colorscheme yet, but in the future, if the list of colorschemes grows, I'll make sure to include one. For now, you can manually change the colorscheme of each component. Follow along...

Waybar

Edit ~/.config/hypr/startup.conf and replace ~/.config/waybar/launch.sh [--everforest/--nightowl], Why Nightowl? Well, it's my own colorscheme inspired by Catppuccin Mocha and the color palette of Tailwind CSS. Maybe in the future, I'll change it. For now, I couldn't think of any other names.

Neovim

Just change vim.cmd.colorscheme("everforest") this line in ~/.config/nvim/init.lua to whatever colorscheme you prefer or use Telescope colorscheme to check or switch between available colorschemes.

Swaync

Uncomment either of lines in ~/.config/swaync/style.css

/* @import "./colorschemes/nightowl.css"; */
@import "./colorschemes/everforest.css";

Kitty

With kitty I'm using unmodified Catppuccin Mocha theme, not nightowl

Change include themes/everforest.conf in ~/.config/kitty/kitty.conf

Hyprland

I haven't made major color changes in Hyprland, but there are two variables you can modify in ~/.config/hypr/hyprland.conf. $active_border & $inactive_border

zsh

Even though it's not necessary to change the zsh colorscheme if you're using the same colorscheme as your terminal, if you still want to, add any of the following to ~/.config/zsh/zsh_plugins > single_file_plugins=()
  • catppuccin/zsh-syntax-highlighting/main/themes/catppuccin_mocha-zsh-syntax-highlighting.zsh
  • sainnhe/dotfiles/master/.zsh-theme/everforest-dark.zsh

Misc

You can download all the missing files from the following drives, such as ~/.config/neofetch/images, wallpapers etc.

MEGA

About


Languages

Language:Lua 77.3%Language:Shell 17.4%Language:CSS 5.1%Language:SCSS 0.3%