Undo Some of Previous Polybar Changes
- Remove extra dwm module features that caused module to crash (layout, title, floating) - Re-add kernel module - Change some colors - Move modules around again
This commit is contained in:
parent
c9b718761b
commit
bbdf799f43
24
README.org
24
README.org
@ -5369,11 +5369,17 @@ alert = ${self.red}
|
||||
; left
|
||||
powermenu = ${self.blue}
|
||||
deadd-notification-center = ${self.green}
|
||||
dunst-notification-status = ${self.green}
|
||||
date = ${self.yellow}
|
||||
time = ${self.purple}
|
||||
media-playing = ${self.green}
|
||||
|
||||
; center
|
||||
dwm-focused-foreground = ${self.primary}
|
||||
dwm-focused-background = ${self.background}
|
||||
dwm-unfocused-foreground = ${self.yellow}
|
||||
dwm-unfocused-foreground = ${self.pink}
|
||||
dwm-unfocused-background = ${self.background}
|
||||
dwm-visible-foreground = ${self.white}
|
||||
dwm-visible-foreground = ${self.blue}
|
||||
dwm-visible-background = ${self.background}
|
||||
dwm-urgent-foreground = ${self.alert}
|
||||
dwm-urgent-background = ${self.background}
|
||||
@ -5383,17 +5389,11 @@ dwm-layout-foreground = ${self.blue}
|
||||
dwm-title-foreground = ${self.white}
|
||||
dwm-floating-foreground = ${self.pink}
|
||||
|
||||
; center
|
||||
date = ${self.yellow}
|
||||
time = ${self.purple}
|
||||
|
||||
; right
|
||||
media-playing = ${self.green}
|
||||
kernel = ${self.orange}
|
||||
cpu = ${self.blue}
|
||||
memory = ${self.red}
|
||||
filesystem = ${self.purple}
|
||||
dunst-notification-status = ${self.green}
|
||||
#+END_SRC
|
||||
|
||||
**** Sizes
|
||||
@ -5564,9 +5564,9 @@ font-3 = "IPAPGothic:size=11;3"
|
||||
; modules-left = cpu ram
|
||||
; modules-center = xwindow xbacklight
|
||||
; modules-right = ipc clock
|
||||
modules-left = powermenu deadd-notification-center dwm
|
||||
modules-center = date time
|
||||
modules-right = media-playing cpu memory filesystem
|
||||
modules-left = powermenu deadd-notification-center date time media-playing
|
||||
modules-center = dwm
|
||||
modules-right = kernel cpu memory filesystem
|
||||
|
||||
; The separator will be inserted between the output of each module
|
||||
separator = ""
|
||||
@ -5703,7 +5703,7 @@ click-right = "/home/sravan/.scripts/control-center.sh --rofi"
|
||||
[module/dwm]
|
||||
type = internal/dwm
|
||||
; format = <label-tags> <label-layout> <label-floating> <label-title>
|
||||
format = <label-tags> <label-layout> <label-title> <label-floating>
|
||||
format = <label-tags>
|
||||
; Path to dwm socket (default: /tmp/dwm.sock)
|
||||
; socket-path = /tmp/dwm.sock
|
||||
|
||||
|
@ -22,11 +22,17 @@ alert = ${self.red}
|
||||
; left
|
||||
powermenu = ${self.blue}
|
||||
deadd-notification-center = ${self.green}
|
||||
dunst-notification-status = ${self.green}
|
||||
date = ${self.yellow}
|
||||
time = ${self.purple}
|
||||
media-playing = ${self.green}
|
||||
|
||||
; center
|
||||
dwm-focused-foreground = ${self.primary}
|
||||
dwm-focused-background = ${self.background}
|
||||
dwm-unfocused-foreground = ${self.yellow}
|
||||
dwm-unfocused-foreground = ${self.pink}
|
||||
dwm-unfocused-background = ${self.background}
|
||||
dwm-visible-foreground = ${self.white}
|
||||
dwm-visible-foreground = ${self.blue}
|
||||
dwm-visible-background = ${self.background}
|
||||
dwm-urgent-foreground = ${self.alert}
|
||||
dwm-urgent-background = ${self.background}
|
||||
@ -36,17 +42,11 @@ dwm-layout-foreground = ${self.blue}
|
||||
dwm-title-foreground = ${self.white}
|
||||
dwm-floating-foreground = ${self.pink}
|
||||
|
||||
; center
|
||||
date = ${self.yellow}
|
||||
time = ${self.purple}
|
||||
|
||||
; right
|
||||
media-playing = ${self.green}
|
||||
kernel = ${self.orange}
|
||||
cpu = ${self.blue}
|
||||
memory = ${self.red}
|
||||
filesystem = ${self.purple}
|
||||
dunst-notification-status = ${self.green}
|
||||
|
||||
[sizes]
|
||||
bar-height = ${xrdb:polybar.bar-height:25}
|
||||
@ -194,9 +194,9 @@ font-3 = "IPAPGothic:size=11;3"
|
||||
; modules-left = cpu ram
|
||||
; modules-center = xwindow xbacklight
|
||||
; modules-right = ipc clock
|
||||
modules-left = powermenu deadd-notification-center dwm
|
||||
modules-center = date time
|
||||
modules-right = media-playing cpu memory filesystem
|
||||
modules-left = powermenu deadd-notification-center date time media-playing
|
||||
modules-center = dwm
|
||||
modules-right = kernel cpu memory filesystem
|
||||
|
||||
; The separator will be inserted between the output of each module
|
||||
separator = ""
|
||||
@ -323,7 +323,7 @@ click-right = "/home/sravan/.scripts/control-center.sh --rofi"
|
||||
[module/dwm]
|
||||
type = internal/dwm
|
||||
; format = <label-tags> <label-layout> <label-floating> <label-title>
|
||||
format = <label-tags> <label-layout> <label-title> <label-floating>
|
||||
format = <label-tags>
|
||||
; Path to dwm socket (default: /tmp/dwm.sock)
|
||||
; socket-path = /tmp/dwm.sock
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user