feat: rofi config based on adi1090x & catppuccin

This commit is contained in:
2024-11-02 12:25:47 +01:00
parent 94313952fe
commit bddd2cdebf
218 changed files with 28764 additions and 0 deletions

18
rofi/applets/shared/colors.rasi Executable file
View File

@@ -0,0 +1,18 @@
/**
*
* Author : Aditya Shakya (adi1090x)
* Github : @adi1090x
*
* Colors
*
* Available Colors Schemes
*
* adapta catppuccin everforest navy paper
* arc cyberpunk gruvbox nord solarized
* black dracula lovelace onedark yousai
*
**/
/* Import color-scheme from `colors` directory */
@import "~/.config/rofi/colors/catppuccin-macchiato.rasi"

12
rofi/applets/shared/fonts.rasi Executable file
View File

@@ -0,0 +1,12 @@
/**
*
* Author : Aditya Shakya (adi1090x)
* Github : @adi1090x
*
* Fonts
*
**/
* {
font: "JetBrains Mono Nerd Font 10";
}

4
rofi/applets/shared/theme.bash Executable file
View File

@@ -0,0 +1,4 @@
## Current Theme
type="$HOME/.config/rofi/applets/type-1"
style='style-2.rasi'