3 Commits

Author SHA1 Message Date
adi1090x b0bfe92753 Deploying to master from @ adi1090x/rofi@093c1a79f5 🚀 2026-04-30 15:36:47 +00:00
adi1090x 093c1a79f5 Deploying to master from @ adi1090x/rofi@d6ae47205a 🚀 2025-07-26 15:04:17 +00:00
adi1090x d6ae47205a Deploying to master from @ adi1090x/rofi@adfcc0770f 🚀 2025-07-15 15:04:55 +00:00
14 changed files with 22 additions and 32 deletions
+7 -17
View File
@@ -109,22 +109,17 @@ $ ./setup.sh
</p> </p>
<p align="center"> <p align="center">
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;github.com&#x2F;davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https:&#x2F;&#x2F;github.com&#x2F;snubbi1954-elementary.png" width="60px" alt="User avatar: Carl Andersen" /></a><a href="https://github.com/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><a href="https://github.com/jxtrt"><img src="https:&#x2F;&#x2F;github.com&#x2F;jxtrt.png" width="60px" alt="User avatar: jtrt" /></a><!-- sponsors --> <!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;github.com&#x2F;davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><a href="https://github.com/maksimdymov"><img src="https:&#x2F;&#x2F;github.com&#x2F;maksimdymov.png" width="60px" alt="User avatar: Maksim" /></a><!-- sponsors -->
</p> </p>
--- ---
## Launchers ## Launchers
**`Change Style` :** You have two options to change the launcher style **`Change Style` :** Edit `~/.config/rofi/launchers/type-X/launcher.sh` script and edit the following line to use the style you like.
```
1. Either edit the `~/.config/rofi/launchers/type-X/launcher.sh` script and edit the following line to use the style you like.
theme='style-1' theme='style-1'
```
2. Or pass "`style-X`" *(with `X` being the style number)* to the `launcher.sh` script. When using no argument, `style-1` will be used as default.
~/.config/rofi/launchers/type-X/launcher.sh style-X
**`Change Colors` :** Edit `~/.config/rofi/launchers/type-X/shared/colors.rasi` file and edit the following line to use the color-scheme you like. **`Change Colors` :** Edit `~/.config/rofi/launchers/type-X/shared/colors.rasi` file and edit the following line to use the color-scheme you like.
```css ```css
@@ -369,15 +364,10 @@ style='style-1.rasi'
## Powermenus ## Powermenus
**`Change Style` :** You have two options to change the powermenu style **`Change Style` :** Edit `~/.config/rofi/powermenu/type-X/powermenu.sh` script and edit the following line to use the style you like.
```
1. Either edit the `~/.config/rofi/powermenu/type-X/powermenu.sh` script and edit the following line to use the style you like.
theme='style-1' theme='style-1'
```
2. Or pass "`style-X`" *(with `X` being the style number)* to the `powermenu.sh` script. When using no argument, `style-1` will be used as default.
~/.config/rofi/powermenu/type-X/powermenu.sh style-X
**`Change Colors` :** Edit `~/.config/rofi/powermenu/type-X/shared/colors.rasi` file and edit the following line to use the color-scheme you like. **`Change Colors` :** Edit `~/.config/rofi/powermenu/type-X/shared/colors.rasi` file and edit the following line to use the color-scheme you like.
```css ```css
+1 -1
View File
@@ -12,7 +12,7 @@
## style-11 style-12 style-13 style-14 style-15 ## style-11 style-12 style-13 style-14 style-15
dir="$HOME/.config/rofi/launchers/type-1" dir="$HOME/.config/rofi/launchers/type-1"
theme=${1:-'style-1'} theme='style-1'
## Run ## Run
rofi \ rofi \
+1 -1
View File
@@ -12,7 +12,7 @@
## style-11 style-12 style-13 style-14 style-15 ## style-11 style-12 style-13 style-14 style-15
dir="$HOME/.config/rofi/launchers/type-2" dir="$HOME/.config/rofi/launchers/type-2"
theme=${1:-'style-1'} theme='style-1'
## Run ## Run
rofi \ rofi \
+1 -1
View File
@@ -11,7 +11,7 @@
## style-6 style-7 style-8 style-9 style-10 ## style-6 style-7 style-8 style-9 style-10
dir="$HOME/.config/rofi/launchers/type-3" dir="$HOME/.config/rofi/launchers/type-3"
theme=${1:-'style-1'} theme='style-10'
## Run ## Run
rofi \ rofi \
+1 -1
View File
@@ -11,7 +11,7 @@
## style-6 style-7 style-8 style-9 style-10 ## style-6 style-7 style-8 style-9 style-10
dir="$HOME/.config/rofi/launchers/type-4" dir="$HOME/.config/rofi/launchers/type-4"
theme=${1:-'style-1'} theme='style-1'
## Run ## Run
rofi \ rofi \
+1 -1
View File
@@ -10,7 +10,7 @@
## style-1 style-2 style-3 style-4 style-5 ## style-1 style-2 style-3 style-4 style-5
dir="$HOME/.config/rofi/launchers/type-5" dir="$HOME/.config/rofi/launchers/type-5"
theme=${1:-'style-1'} theme='style-1'
## Run ## Run
rofi \ rofi \
+1 -1
View File
@@ -11,7 +11,7 @@
## style-6 style-7 style-8 style-9 style-10 ## style-6 style-7 style-8 style-9 style-10
dir="$HOME/.config/rofi/launchers/type-6" dir="$HOME/.config/rofi/launchers/type-6"
theme=${1:-'style-1'} theme='style-1'
## Run ## Run
rofi \ rofi \
+1 -1
View File
@@ -11,7 +11,7 @@
## style-6 style-7 style-8 style-9 style-10 ## style-6 style-7 style-8 style-9 style-10
dir="$HOME/.config/rofi/launchers/type-7" dir="$HOME/.config/rofi/launchers/type-7"
theme=${1:-'style-1'} theme='style-1'
## Run ## Run
rofi \ rofi \
+1 -1
View File
@@ -11,7 +11,7 @@
# Current Theme # Current Theme
dir="$HOME/.config/rofi/powermenu/type-1" dir="$HOME/.config/rofi/powermenu/type-1"
theme=${1:-'style-1'} theme='style-1'
# CMDs # CMDs
uptime="`uptime -p | sed -e 's/up //g'`" uptime="`uptime -p | sed -e 's/up //g'`"
+1 -1
View File
@@ -12,7 +12,7 @@
# Current Theme # Current Theme
dir="$HOME/.config/rofi/powermenu/type-2" dir="$HOME/.config/rofi/powermenu/type-2"
theme=${1:-'style-1'} theme='style-1'
# CMDs # CMDs
uptime="`uptime -p | sed -e 's/up //g'`" uptime="`uptime -p | sed -e 's/up //g'`"
+1 -1
View File
@@ -11,7 +11,7 @@
# Current Theme # Current Theme
dir="$HOME/.config/rofi/powermenu/type-3" dir="$HOME/.config/rofi/powermenu/type-3"
theme=${1:-'style-1'} theme='style-1'
# CMDs # CMDs
uptime="`uptime -p | sed -e 's/up //g'`" uptime="`uptime -p | sed -e 's/up //g'`"
+1 -1
View File
@@ -11,7 +11,7 @@
# Current Theme # Current Theme
dir="$HOME/.config/rofi/powermenu/type-4" dir="$HOME/.config/rofi/powermenu/type-4"
theme=${1:-'style-1'} theme='style-5'
# CMDs # CMDs
uptime="`uptime -p | sed -e 's/up //g'`" uptime="`uptime -p | sed -e 's/up //g'`"
+1 -1
View File
@@ -11,7 +11,7 @@
# Current Theme # Current Theme
dir="$HOME/.config/rofi/powermenu/type-5" dir="$HOME/.config/rofi/powermenu/type-5"
theme=${1:-'style-1'} theme='style-1'
# CMDs # CMDs
lastlogin="`last $USER | head -n1 | tr -s ' ' | cut -d' ' -f5,6,7`" lastlogin="`last $USER | head -n1 | tr -s ' ' | cut -d' ' -f5,6,7`"
+1 -1
View File
@@ -11,7 +11,7 @@
# Current Theme # Current Theme
dir="$HOME/.config/rofi/powermenu/type-6" dir="$HOME/.config/rofi/powermenu/type-6"
theme=${1:-'style-1'} theme='style-1'
# CMDs # CMDs
lastlogin="`last $USER | head -n1 | tr -s ' ' | cut -d' ' -f5,6,7`" lastlogin="`last $USER | head -n1 | tr -s ' ' | cut -d' ' -f5,6,7`"