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/launchers/type-2/launcher.sh | |
| parent | c57e8ab185623510e527400a34d729b313daffc4 (diff) | |
feat(polybar): switch to 24h date
Diffstat (limited to 'rofi/launchers/type-2/launcher.sh')
| -rwxr-xr-x | rofi/launchers/type-2/launcher.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/rofi/launchers/type-2/launcher.sh b/rofi/launchers/type-2/launcher.sh deleted file mode 100755 index 3422cd7..0000000 --- a/rofi/launchers/type-2/launcher.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env bash - -## Author : Aditya Shakya (adi1090x) -## Github : @adi1090x -# -## Rofi : Launcher (Modi Drun, Run, File Browser, Window) -# -## Available Styles -# -## style-1 style-2 style-3 style-4 style-5 -## style-6 style-7 style-8 style-9 style-10 -## style-11 style-12 style-13 style-14 style-15 - -dir="$HOME/.config/rofi/launchers/type-2" -theme='style-1' - -## Run -rofi \ - -show drun \ - -theme ${dir}/${theme}.rasi |
