aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi/applets/menu/style.sh
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2022-12-04 18:23:46 -0600
committerAlec Goncharow <alec@goncharow.dev>2022-12-04 18:23:46 -0600
commit1ec73cc2c14d2f62c32046d9585c3a745531d37a (patch)
tree8b9c6b2e5ba43ce1248c114758a55df9467cab64 /.config/rofi/applets/menu/style.sh
parentb257edf16c9b8b14ebb542e857a29c74fea00495 (diff)
Fresh start
Diffstat (limited to '.config/rofi/applets/menu/style.sh')
-rwxr-xr-x.config/rofi/applets/menu/style.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/.config/rofi/applets/menu/style.sh b/.config/rofi/applets/menu/style.sh
deleted file mode 100755
index 68b9668..0000000
--- a/.config/rofi/applets/menu/style.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env bash
-
-# Available Styles
-# >> Created and tested on : rofi 1.6.0-1
-#
-# square circle rounded
-
-style="square"
-
-# uncomment these lines to enable random style
-#styles=('square' 'circle' 'rounded')
-#style="${styles[$(( $RANDOM % 3 ))]}"
-
-# print style name
-echo "$style"