summaryrefslogtreecommitdiff
path: root/config/rofi/applets/shared
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2024-05-19 14:54:41 +0700
committeraltaf-creator <dev@altafcreator.com>2024-05-19 14:54:41 +0700
commit3ec8d42fbf6eed78c24de2caca63d91a2604ff50 (patch)
tree985517bcce150969a050f7f408bea6670177bbb7 /config/rofi/applets/shared
Diffstat (limited to 'config/rofi/applets/shared')
-rw-r--r--config/rofi/applets/shared/colors.rasi18
-rw-r--r--config/rofi/applets/shared/fonts.rasi12
-rwxr-xr-xconfig/rofi/applets/shared/theme.bash4
3 files changed, 34 insertions, 0 deletions
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'