fix
This commit is contained in:
@@ -78,4 +78,4 @@ prompt {
|
||||
/* vim: ft=sass
|
||||
|
||||
// Theme location is "/usr/share/rofi/themes/name.rasi"
|
||||
//@theme "/usr/share/rofi/themes/Arc-Dark.rasi"
|
||||
//@theme "/usr/share/rofi/themes/Arc-Dark.rasi"
|
||||
@@ -4,4 +4,4 @@ inputbar {
|
||||
|
||||
listview {
|
||||
lines: 3;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
# https://github.com/ericmurphyxyz/archrice
|
||||
|
||||
chosen=$(printf " Power Off\n Restart\n Lock" | rofi -dmenu -i -theme-str '@import "powermenu.rasi"')
|
||||
|
||||
@@ -62,4 +62,4 @@ main() {
|
||||
mpv $ARGS --title="radio-mpv" $URL
|
||||
}
|
||||
|
||||
pkill -f radio-mpv || main
|
||||
pkill -f radio-mpv || main
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# https://github.com/ericmurphyxyz/archrice
|
||||
|
||||
notify-send "Getting list of available Wi-Fi networks..."
|
||||
|
||||
Reference in New Issue
Block a user