tweaks...
This commit is contained in:
parent
0998b2461e
commit
c622ab12a8
|
|
@ -94,8 +94,8 @@ exec --no-startup-id betterlockscreen -w dim
|
||||||
#Twmn Gmail notifier
|
#Twmn Gmail notifier
|
||||||
exec --no-startup-id python ~/.config/Scripts/gmail_notifier.py
|
exec --no-startup-id python ~/.config/Scripts/gmail_notifier.py
|
||||||
#Hide polybar top&bottom
|
#Hide polybar top&bottom
|
||||||
exec --no-startup-id hideIt.sh -N '^polybar-top_eDP-1$' -p 3 -d top -H
|
#exec --no-startup-id hideIt.sh -N '^polybar-top_eDP-1$' -p 3 -d top -H
|
||||||
exec --no-startup-id hideIt.sh -N '^polybar-bottom_eDP-1$' -p 3 -d bottom -H
|
#exec --no-startup-id hideIt.sh -N '^polybar-bottom_eDP-1$' -p 3 -d bottom -H
|
||||||
|
|
||||||
##For mpc:
|
##For mpc:
|
||||||
set $music urxvt -e ncmpcpp
|
set $music urxvt -e ncmpcpp
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
[colors]
|
[colors]
|
||||||
;Transparent background
|
;Transparent background
|
||||||
background = #00FFFFFF
|
background = #00FFFFFF
|
||||||
|
;background = #ab000000
|
||||||
;background = ${xrdb:color12:#AD9161}
|
;background = ${xrdb:color12:#AD9161}
|
||||||
;background = #8a8061
|
;background = #8a8061
|
||||||
background-alt = ${xrdb:color2:#7B8349}
|
background-alt = ${xrdb:color2:#7B8349}
|
||||||
|
|
@ -26,9 +27,9 @@ monitor = ${env:MONITOR:eDP-1}
|
||||||
include-file = ~/.config/polybar/top-bar
|
include-file = ~/.config/polybar/top-bar
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-center = term chrome editor fm music vpn
|
modules-center = term chrome editor fm music vpn
|
||||||
modules-right = pkg pulseaudio-rofi-output battery backlight wlan networkmanager date clock powermenu
|
modules-right = pkg pulseaudio-rofi-output battery backlight wlan networkmanager date clock
|
||||||
|
|
||||||
override-redirect = true
|
#override-redirect = true
|
||||||
;tray-position = right
|
;tray-position = right
|
||||||
;tray-padding = 2
|
;tray-padding = 2
|
||||||
;tray-transparent = true
|
;tray-transparent = true
|
||||||
|
|
@ -41,7 +42,7 @@ modules-left = hostname vpncheck
|
||||||
modules-center = cpu memory temperature
|
modules-center = cpu memory temperature
|
||||||
modules-right = openweather
|
modules-right = openweather
|
||||||
|
|
||||||
override-redirect = true
|
#override-redirect = true
|
||||||
|
|
||||||
[module/pulseaudio-rofi-output]
|
[module/pulseaudio-rofi-output]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
@ -109,7 +110,7 @@ interval = 256
|
||||||
format = "<label> "
|
format = "<label> "
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
;format-prefix = " "
|
;format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.foreground}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
exec = echo "$(uname -nr)"
|
exec = echo "$(uname -nr)"
|
||||||
|
|
||||||
[module/temperature]
|
[module/temperature]
|
||||||
|
|
@ -117,7 +118,7 @@ type = internal/temperature
|
||||||
thermal-zone = 0
|
thermal-zone = 0
|
||||||
warn-temperature = 65
|
warn-temperature = 65
|
||||||
format = <ramp> <label>
|
format = <ramp> <label>
|
||||||
format-underline = ${xrdb:color1}
|
format-underline = ${colors.foreground-alt}
|
||||||
;format-underline = #f50a4d
|
;format-underline = #f50a4d
|
||||||
format-warn = <ramp> <label-warn>
|
format-warn = <ramp> <label-warn>
|
||||||
format-warn-underline = ${self.format-underline}
|
format-warn-underline = ${self.format-underline}
|
||||||
|
|
@ -129,7 +130,7 @@ ramp-1 =
|
||||||
ramp-2 =
|
ramp-2 =
|
||||||
ramp-3 =
|
ramp-3 =
|
||||||
ramp-4 =
|
ramp-4 =
|
||||||
ramp-foreground = ${colors.foreground}
|
ramp-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
[module/pkg]
|
[module/pkg]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue