add my color platte
This commit is contained in:
parent
4be182b4d7
commit
903f707a83
2 changed files with 12 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
interval=0
|
||||
|
||||
# load colors
|
||||
. ~/.dwmscripts/themes/onedark.sh
|
||||
. ~/.dwmscripts/themes/sako.sh
|
||||
|
||||
cpu() {
|
||||
cpu_val=$(grep -o "^[^ ]*" /proc/loadavg)
|
||||
|
|
11
config/dwm/scripts/themes/sako.sh
Executable file
11
config/dwm/scripts/themes/sako.sh
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
# colors
|
||||
|
||||
black=#060606
|
||||
green=#7eca9c
|
||||
white=#DBDBDB
|
||||
grey=#9C8B8C
|
||||
blue=#7aa2f7
|
||||
red=#8B4444
|
||||
darkblue=#668ee3
|
Loading…
Reference in a new issue