diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-25 23:50:32 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-25 23:50:32 +0200 |
| commit | 1b72a07b4459ebdac1399e919bccc8ae215b916d (patch) | |
| tree | 1c9b3b52fa6138a1b4efbb90f8d1307eb595ec85 /rofi/applets/shared | |
| parent | c57e8ab185623510e527400a34d729b313daffc4 (diff) | |
feat(polybar): switch to 24h date
Diffstat (limited to 'rofi/applets/shared')
| -rw-r--r-- | rofi/applets/shared/colors.rasi | 18 | ||||
| -rw-r--r-- | rofi/applets/shared/fonts.rasi | 12 | ||||
| -rwxr-xr-x | rofi/applets/shared/theme.bash | 4 |
3 files changed, 0 insertions, 34 deletions
diff --git a/rofi/applets/shared/colors.rasi b/rofi/applets/shared/colors.rasi deleted file mode 100644 index 3d4dd2d..0000000 --- a/rofi/applets/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/navy.rasi" diff --git a/rofi/applets/shared/fonts.rasi b/rofi/applets/shared/fonts.rasi deleted file mode 100644 index 430c73d..0000000 --- a/rofi/applets/shared/fonts.rasi +++ /dev/null @@ -1,12 +0,0 @@ -/** - * - * Author : Aditya Shakya (adi1090x) - * Github : @adi1090x - * - * Fonts - * - **/ - -* { - font: "JetBrains Mono Nerd Font 10"; -} diff --git a/rofi/applets/shared/theme.bash b/rofi/applets/shared/theme.bash deleted file mode 100755 index 02b214b..0000000 --- a/rofi/applets/shared/theme.bash +++ /dev/null @@ -1,4 +0,0 @@ -## Current Theme - -type="$HOME/.config/rofi/applets/type-1" -style='style-6.rasi' |
