Updated Icon colors in polybar and did more work on bash prompt
This commit is contained in:
parent
beacc7618e
commit
9e280839d7
|
@ -153,7 +153,7 @@ GIT_PS1_STATESEPARATOR=" "
|
||||||
source /usr/share/git/completion/git-prompt.sh
|
source /usr/share/git/completion/git-prompt.sh
|
||||||
eval "$(pipenv --completion)"
|
eval "$(pipenv --completion)"
|
||||||
#PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
|
#PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '
|
||||||
PS1='\u@\h:\w \n\e[1;34m$(__git_ps1 "(%s)")\e[0;37m> '
|
PS1='\e[1;32m\u@\h \e[1;34m\w \n\e[1;33m$(__git_ps1 "(%s)")\e[m> '
|
||||||
|
|
||||||
#Disable CapsLock
|
#Disable CapsLock
|
||||||
setxkbmap -option ctrl:nocaps
|
setxkbmap -option ctrl:nocaps
|
||||||
|
|
|
@ -38,6 +38,7 @@ nord15 = #B48EAD
|
||||||
background = ${colors.nord0}
|
background = ${colors.nord0}
|
||||||
;foreground = #dfdfdf
|
;foreground = #dfdfdf
|
||||||
foreground = ${colors.nord9}
|
foreground = ${colors.nord9}
|
||||||
|
foreground-icon = ${colors.nord14}
|
||||||
|
|
||||||
;primary = #ffb52a
|
;primary = #ffb52a
|
||||||
primary = ${colors.nord6}
|
primary = ${colors.nord6}
|
||||||
|
@ -153,21 +154,25 @@ label-mode-background = ${colors.primary}
|
||||||
|
|
||||||
; focused = Active workspace on focused monitor
|
; focused = Active workspace on focused monitor
|
||||||
label-focused = %icon%
|
label-focused = %icon%
|
||||||
|
label-focused-foreground = ${colors.foreground-icon}
|
||||||
label-focused-background = ${colors.i3-focused-background}
|
label-focused-background = ${colors.i3-focused-background}
|
||||||
label-focused-padding = 2
|
label-focused-padding = 2
|
||||||
|
|
||||||
; unfocused = Inactive workspace on any monitor
|
; unfocused = Inactive workspace on any monitor
|
||||||
label-unfocused = %icon%
|
label-unfocused = %icon%
|
||||||
|
label-unfocused-foreground = ${colors.foreground-icon}
|
||||||
label-unfocused-background = ${colors.i3-unfocused-background}
|
label-unfocused-background = ${colors.i3-unfocused-background}
|
||||||
label-unfocused-padding = 2
|
label-unfocused-padding = 2
|
||||||
|
|
||||||
; visible = Active workspace on unfocused monitor
|
; visible = Active workspace on unfocused monitor
|
||||||
label-visible = %icon%
|
label-visible = %icon%
|
||||||
|
label-visible-foreground = ${colors.foreground-icon}
|
||||||
label-visible-background = ${colors.i3-visible-background}
|
label-visible-background = ${colors.i3-visible-background}
|
||||||
label-visible-padding = 2
|
label-visible-padding = 2
|
||||||
|
|
||||||
; urgent = Workspace with urgency hint set
|
; urgent = Workspace with urgency hint set
|
||||||
label-urgent = %icon%
|
label-urgent = %icon%
|
||||||
|
label-urgent-foreground = ${colors.foreground-icon}
|
||||||
label-urgent-background = ${colors.i3-urgent-background}
|
label-urgent-background = ${colors.i3-urgent-background}
|
||||||
label-urgent-padding = 2
|
label-urgent-padding = 2
|
||||||
|
|
||||||
|
@ -175,14 +180,14 @@ label-urgent-padding = 2
|
||||||
type = internal/cpu
|
type = internal/cpu
|
||||||
interval = 2
|
interval = 2
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.foreground}
|
format-prefix-foreground = ${colors.foreground-icon}
|
||||||
label = %percentage:2%%
|
label = %percentage:2%%
|
||||||
|
|
||||||
[module/memory]
|
[module/memory]
|
||||||
type = internal/memory
|
type = internal/memory
|
||||||
interval = 2
|
interval = 2
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.foreground}
|
format-prefix-foreground = ${colors.foreground-icon}
|
||||||
label = %percentage_used%%
|
label = %percentage_used%%
|
||||||
|
|
||||||
[module/wlan]
|
[module/wlan]
|
||||||
|
@ -190,6 +195,7 @@ type = internal/network
|
||||||
interface = wlp2s0
|
interface = wlp2s0
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
format-connected-prefix = " "
|
format-connected-prefix = " "
|
||||||
|
format-connected-prefix-foreground = ${colors.foreground-icon}
|
||||||
format-connected = <label-connected>
|
format-connected = <label-connected>
|
||||||
label-connected = %essid%
|
label-connected = %essid%
|
||||||
|
|
||||||
|
@ -211,7 +217,7 @@ interface = enp0s31f6
|
||||||
interval = 3.0
|
interval = 3.0
|
||||||
|
|
||||||
format-connected-prefix = " "
|
format-connected-prefix = " "
|
||||||
format-connected-prefix-foreground = ${colors.foreground}
|
format-connected-prefix-foreground = ${colors.foreground-icon}
|
||||||
label-connected = %local_ip%
|
label-connected = %local_ip%
|
||||||
|
|
||||||
format-disconnected =
|
format-disconnected =
|
||||||
|
@ -230,7 +236,7 @@ time = %H:%M
|
||||||
time-alt = %H:%M:%S
|
time-alt = %H:%M:%S
|
||||||
|
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.foreground}
|
format-prefix-foreground = ${colors.foreground-icon}
|
||||||
|
|
||||||
label = %date% %time%
|
label = %date% %time%
|
||||||
|
|
||||||
|
@ -273,7 +279,7 @@ format-charging = <animation-charging> <label-charging>
|
||||||
format-discharging = <animation-discharging> <label-discharging>
|
format-discharging = <animation-discharging> <label-discharging>
|
||||||
|
|
||||||
format-full-prefix = " "
|
format-full-prefix = " "
|
||||||
format-full-prefix-foreground = ${colors.foreground}
|
format-full-prefix-foreground = ${colors.foreground-icon}
|
||||||
|
|
||||||
ramp-capacity-0 =
|
ramp-capacity-0 =
|
||||||
ramp-capacity-1 =
|
ramp-capacity-1 =
|
||||||
|
|
Loading…
Reference in New Issue