aboutsummaryrefslogtreecommitdiff
path: root/rofi/powermenu/type-2/shared
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com>2023-07-25 23:50:32 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com>2023-07-25 23:50:32 +0200
commit1b72a07b4459ebdac1399e919bccc8ae215b916d (patch)
tree1c9b3b52fa6138a1b4efbb90f8d1307eb595ec85 /rofi/powermenu/type-2/shared
parentc57e8ab185623510e527400a34d729b313daffc4 (diff)
feat(polybar): switch to 24h date
Diffstat (limited to 'rofi/powermenu/type-2/shared')
-rw-r--r--rofi/powermenu/type-2/shared/colors.rasi18
-rw-r--r--rofi/powermenu/type-2/shared/fonts.rasi12
2 files changed, 0 insertions, 30 deletions
diff --git a/rofi/powermenu/type-2/shared/colors.rasi b/rofi/powermenu/type-2/shared/colors.rasi
deleted file mode 100644
index 103ad63..0000000
--- a/rofi/powermenu/type-2/shared/colors.rasi
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- *
- * 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/rofi/powermenu/type-2/shared/fonts.rasi b/rofi/powermenu/type-2/shared/fonts.rasi
deleted file mode 100644
index 430c73d..0000000
--- a/rofi/powermenu/type-2/shared/fonts.rasi
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- *
- * Author : Aditya Shakya (adi1090x)
- * Github : @adi1090x
- *
- * Fonts
- *
- **/
-
-* {
- font: "JetBrains Mono Nerd Font 10";
-}