mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -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
|
||||
##
|
||||
RESET="\e[0m"
|
||||
BOLD="\e[1m"
|
||||
COLOR_BLACK="\e[0;30m"
|
||||
COLOR_RED="\e[0;31m"
|
||||
COLOR_GREEN="\e[0;32m"
|
||||
COLOR_YELLOW="\e[0;33m"
|
||||
COLOR_BLUE="\e[0;34m"
|
||||
|
||||
THEME_FILE=$1
|
||||
shift
|
||||
|
|
|
@ -5,12 +5,8 @@
|
|||
# License: See rofi
|
||||
##
|
||||
RESET="\e[0m"
|
||||
BOLD="\e[1m"
|
||||
COLOR_BLACK="\e[0;30m"
|
||||
COLOR_RED="\e[0;31m"
|
||||
COLOR_GREEN="\e[0;32m"
|
||||
COLOR_YELLOW="\e[0;33m"
|
||||
COLOR_BLUE="\e[0;34m"
|
||||
|
||||
XRDB_FILE=$1
|
||||
shift
|
||||
|
|
Loading…
Reference in a new issue