mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -05:00
[Scripts] Removed unused variables
This commit is contained in:
parent
2f2abffb98
commit
83995a738a
2 changed files with 0 additions and 9 deletions
|
@ -5,12 +5,7 @@
|
||||||
# License: See rofi
|
# License: See rofi
|
||||||
##
|
##
|
||||||
RESET="\e[0m"
|
RESET="\e[0m"
|
||||||
BOLD="\e[1m"
|
|
||||||
COLOR_BLACK="\e[0;30m"
|
|
||||||
COLOR_RED="\e[0;31m"
|
COLOR_RED="\e[0;31m"
|
||||||
COLOR_GREEN="\e[0;32m"
|
|
||||||
COLOR_YELLOW="\e[0;33m"
|
|
||||||
COLOR_BLUE="\e[0;34m"
|
|
||||||
|
|
||||||
THEME_FILE=$1
|
THEME_FILE=$1
|
||||||
shift
|
shift
|
||||||
|
|
|
@ -5,12 +5,8 @@
|
||||||
# License: See rofi
|
# License: See rofi
|
||||||
##
|
##
|
||||||
RESET="\e[0m"
|
RESET="\e[0m"
|
||||||
BOLD="\e[1m"
|
|
||||||
COLOR_BLACK="\e[0;30m"
|
|
||||||
COLOR_RED="\e[0;31m"
|
COLOR_RED="\e[0;31m"
|
||||||
COLOR_GREEN="\e[0;32m"
|
|
||||||
COLOR_YELLOW="\e[0;33m"
|
COLOR_YELLOW="\e[0;33m"
|
||||||
COLOR_BLUE="\e[0;34m"
|
|
||||||
|
|
||||||
XRDB_FILE=$1
|
XRDB_FILE=$1
|
||||||
shift
|
shift
|
||||||
|
|
Loading…
Add table
Reference in a new issue