From bcfda983efdd527f75de54c35f5366f23e774233 Mon Sep 17 00:00:00 2001 From: garhve Date: Mon, 16 Sep 2024 11:47:28 +0800 Subject: initialize --- .config/rofi/applets/shared/colors.rasi | 18 ++++++++++++++++++ .config/rofi/applets/shared/fonts.rasi | 12 ++++++++++++ .config/rofi/applets/shared/theme.bash | 4 ++++ 3 files changed, 34 insertions(+) create mode 100644 .config/rofi/applets/shared/colors.rasi create mode 100644 .config/rofi/applets/shared/fonts.rasi create mode 100755 .config/rofi/applets/shared/theme.bash (limited to '.config/rofi/applets/shared') diff --git a/.config/rofi/applets/shared/colors.rasi b/.config/rofi/applets/shared/colors.rasi new file mode 100644 index 0000000..103ad63 --- /dev/null +++ b/.config/rofi/applets/shared/colors.rasi @@ -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/onedark.rasi" diff --git a/.config/rofi/applets/shared/fonts.rasi b/.config/rofi/applets/shared/fonts.rasi new file mode 100644 index 0000000..430c73d --- /dev/null +++ b/.config/rofi/applets/shared/fonts.rasi @@ -0,0 +1,12 @@ +/** + * + * Author : Aditya Shakya (adi1090x) + * Github : @adi1090x + * + * Fonts + * + **/ + +* { + font: "JetBrains Mono Nerd Font 10"; +} diff --git a/.config/rofi/applets/shared/theme.bash b/.config/rofi/applets/shared/theme.bash new file mode 100755 index 0000000..4807020 --- /dev/null +++ b/.config/rofi/applets/shared/theme.bash @@ -0,0 +1,4 @@ +## Current Theme + +type="$HOME/.config/rofi/applets/type-1" +style='style-1.rasi' -- cgit v1.2.3-70-g09d2