diff options
-rw-r--r-- | .config/alacritty/alacritty.yml | 2 | ||||
-rw-r--r-- | .config/polybar/forest/colors.ini | 29 | ||||
-rw-r--r-- | .config/polybar/forest/config.ini | 6 | ||||
-rw-r--r-- | .config/polybar/forest/modules.ini | 22 | ||||
-rwxr-xr-x[-rw-r--r--] | auto-setup.sh | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | zsh-setup.sh | 0 |
6 files changed, 27 insertions, 32 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 9756ad2..afdf986 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -192,7 +192,7 @@ font: colors: # Default colors primary: - background: '#282828' + background: '#1d2021' foreground: '#ebdbb2' # Bright and dim foreground colors diff --git a/.config/polybar/forest/colors.ini b/.config/polybar/forest/colors.ini index c47f9a1..ee5ea30 100644 --- a/.config/polybar/forest/colors.ini +++ b/.config/polybar/forest/colors.ini @@ -12,26 +12,25 @@ ;; Use pywal.sh in scripts directory to use colors from an image/wallpaper. ;; main colors -background = #282828 +background = #1d2021 foreground = #EBDBB2 sep = #505050 white = #FFFFFF black = #000000 -red = #EC7875 +red = #cc241d pink = #EC407A -purple = #BA68C8 -blue = #42A5F5 -cyan = #4DD0E1 -teal = #00B19F -green = #61C766 -lime = #B9C244 -yellow = #FDD835 -amber = #FBC02D -orange = #E57C46 -brown = #AC8476 -indigo = #6C77BB -gray = #9E9E9E -blue-gray = #6D8895 +purple = #d3869b +blue = #458588 +cyan = #458588 +teal = #689d6a +green = #98971a +lime = #b8bb26 +yellow = #fabd2f +amber = #d79921 +orange = #fe8019 +brown = #32302f +indigo = #d3869b +gray = #928374 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ diff --git a/.config/polybar/forest/config.ini b/.config/polybar/forest/config.ini index ba68773..5003f71 100644 --- a/.config/polybar/forest/config.ini +++ b/.config/polybar/forest/config.ini @@ -141,9 +141,9 @@ font-3 = "Nerd Font:size=10;3" ; modules-center = xwindow xbacklight ; modules-right = ipc clock -modules-left = workspaces sep updates filesystem -modules-center = ampp-left ampp-play ampp-right date -modules-right = battery network pulseaudio backlight +modules-left = workspaces +modules-center = title +modules-right = battery network date ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ diff --git a/.config/polybar/forest/modules.ini b/.config/polybar/forest/modules.ini index 340095c..6347b51 100644 --- a/.config/polybar/forest/modules.ini +++ b/.config/polybar/forest/modules.ini @@ -149,7 +149,7 @@ time-format = %H:%M ; <animation-charging> format-charging = <label-charging> format-charging-prefix = "" -format-charging-prefix-foreground = ${color.green} +format-charging-prefix-foreground = ${color.lime} ; Available tags: ; <label-discharging> (default) @@ -158,7 +158,7 @@ format-charging-prefix-foreground = ${color.green} ; <animation-discharging> format-discharging = <label-discharging> format-discharging-prefix = "" -format-discharging-prefix-foreground = ${color.pink} +format-discharging-prefix-foreground = ${color.lime} ; Available tags: ; <label-full> (default) @@ -166,7 +166,7 @@ format-discharging-prefix-foreground = ${color.pink} ; <ramp-capacity> format-full = <label-full> format-full-prefix = -format-full-prefix-foreground = ${color.red} +format-full-prefix-foreground = ${color.lime} ; Available tokens: ; %percentage% (default) @@ -378,24 +378,22 @@ interval = 1.0 date = %A, %d %B ; Optional time format -time = at %I:%M %p +time = %I:%M %p ; if `date-alt` or `time-alt` is defined, clicking ; the module will toggle between formats -date-alt = It's %A, %d %B %Y -time-alt = at %k:%M:%S ; Available tags: ; <label> (default) format = <label> format-prefix = " " -format-prefix-foreground = ${color.red} +format-prefix-foreground = ${color.cyan} ; Available tokens: ; %date% ; %time% ; Default: %date% -label = %date% %time% +label = %time% ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ @@ -792,7 +790,7 @@ unknown-as-up = true ; <ramp-signal> format-connected = <label-connected> format-connected-prefix = -format-connected-prefix-foreground = ${color.purple} +format-connected-prefix-foreground = ${color.yellow} ; Available tags: ; <label-disconnected> (default) @@ -997,8 +995,6 @@ type = internal/xwindow ; Available tags: ; <label> (default) format = <label> -format-prefix = -format-foreground = ${color.foreground} ; Available tokens: ; %title% @@ -1007,7 +1003,7 @@ label = " %title%" label-maxlen = 30 ; Used instead of label when there is no window title -label-empty = " Desktop" +label-empty = "Desktop" ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ @@ -1057,7 +1053,7 @@ label-monitor = %name% ; %index% ; Default: %icon% %name% label-active = %icon% -label-active-foreground = ${color.pink} +label-active-foreground = ${color.purple} ; Available tokens: ; %name% diff --git a/auto-setup.sh b/auto-setup.sh index 82b20a0..82b20a0 100644..100755 --- a/auto-setup.sh +++ b/auto-setup.sh diff --git a/zsh-setup.sh b/zsh-setup.sh index d4d7528..d4d7528 100644..100755 --- a/zsh-setup.sh +++ b/zsh-setup.sh |