Skip to content

Commit

Permalink
Green switch
Browse files Browse the repository at this point in the history
  • Loading branch information
cunialino committed Jul 26, 2021
1 parent e72e635 commit 86ec92c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .config/i3/lemonbar/cc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. $(dirname $0)/config
. $(dirname $0)/colors

foc_wsp_fore=${color166}
foc_wsp_fore=${color28}
curret_wsp=
update=true
while true
Expand Down
42 changes: 21 additions & 21 deletions .dircolors
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ TERM xterm-termite
NORMAL 00;38;5;250 # no color code at all
FILE 00;38;5;223 # regular file: use no color at all
RESET 00;38;5;172 # reset to "normal" color
DIR 01;38;5;166 # directory
DIR 01;38;5;28 # directory
LINK target # symbolic link. (If you set this to 'target' instead of a
# numerical value, the color is as for the file pointed to.)

Expand Down Expand Up @@ -253,23 +253,23 @@ EXEC 01;30;32
.xspf 01;33

# documents
.doc 38;5;109
.docx 38;5;109
.html 38;5;109
.js 38;5;109
.json 38;5;109
.md 38;5;109
.neon 38;5;109
.odp 38;5;109
.ods 38;5;109
.odt 38;5;109
.pdf 38;5;109
.php 38;5;109
.phtml 38;5;109
.ppt 38;5;109
.pptx 38;5;109
.tex 38;5;109
.txt 38;5;109
.xls 38;5;109
.xlsx 38;5;109
.xml 38;5;109
.doc 38;5;46
.docx 38;5;46
.html 38;5;46
.js 38;5;46
.json 38;5;46
.md 38;5;46
.neon 38;5;46
.odp 38;5;46
.ods 38;5;46
.odt 38;5;46
.pdf 38;5;46
.php 38;5;46
.phtml 38;5;46
.ppt 38;5;46
.pptx 38;5;46
.tex 38;5;46
.txt 38;5;46
.xls 38;5;46
.xlsx 38;5;46
.xml 38;5;46
6 changes: 3 additions & 3 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ POWERLEVEL9K_TIME_FORMAT="%D{%H:%M \uf073 %d.%m.%y}"
POWERLEVEL9K_STATUS_VERBOSE=false
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_middle"
POWERLEVEL9K_OS_ICON_BACKGROUND="black"
POWERLEVEL9K_OS_ICON_FOREGROUND="166"
POWERLEVEL9K_OS_ICON_FOREGROUND="28"
POWERLEVEL9K_DIR_HOME_FOREGROUND="black"
POWERLEVEL9K_DIR_HOME_SUBFOLDER_FOREGROUND="black"
POWERLEVEL9K_DIR_HOME_BACKGROUND="166"
POWERLEVEL9K_DIR_HOME_SUBFOLDER_BACKGROUND="166"
POWERLEVEL9K_DIR_HOME_BACKGROUND="28"
POWERLEVEL9K_DIR_HOME_SUBFOLDER_BACKGROUND="28"
POWERLEVEL9K_DIR_DEFAULT_FOREGROUND="white"
POWERLEVEL9K_LEFT_SEGMENT_SEPARATOR=$'\uE0C4'
POWERLEVEL9K_RIGHT_SEGMENT_SEPARATOR=$'\uE0C5'
Expand Down

0 comments on commit 86ec92c

Please sign in to comment.