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:
Sravan Balaji 2021-12-01 12:47:26 -05:00
parent c9b718761b
commit bbdf799f43
2 changed files with 24 additions and 24 deletions

View File

@ -5369,11 +5369,17 @@ alert = ${self.red}
; left ; left
powermenu = ${self.blue} powermenu = ${self.blue}
deadd-notification-center = ${self.green} 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-foreground = ${self.primary}
dwm-focused-background = ${self.background} dwm-focused-background = ${self.background}
dwm-unfocused-foreground = ${self.yellow} dwm-unfocused-foreground = ${self.pink}
dwm-unfocused-background = ${self.background} dwm-unfocused-background = ${self.background}
dwm-visible-foreground = ${self.white} dwm-visible-foreground = ${self.blue}
dwm-visible-background = ${self.background} dwm-visible-background = ${self.background}
dwm-urgent-foreground = ${self.alert} dwm-urgent-foreground = ${self.alert}
dwm-urgent-background = ${self.background} dwm-urgent-background = ${self.background}
@ -5383,17 +5389,11 @@ dwm-layout-foreground = ${self.blue}
dwm-title-foreground = ${self.white} dwm-title-foreground = ${self.white}
dwm-floating-foreground = ${self.pink} dwm-floating-foreground = ${self.pink}
; center
date = ${self.yellow}
time = ${self.purple}
; right ; right
media-playing = ${self.green}
kernel = ${self.orange} kernel = ${self.orange}
cpu = ${self.blue} cpu = ${self.blue}
memory = ${self.red} memory = ${self.red}
filesystem = ${self.purple} filesystem = ${self.purple}
dunst-notification-status = ${self.green}
#+END_SRC #+END_SRC
**** Sizes **** Sizes
@ -5564,9 +5564,9 @@ font-3 = "IPAPGothic:size=11;3"
; modules-left = cpu ram ; modules-left = cpu ram
; modules-center = xwindow xbacklight ; modules-center = xwindow xbacklight
; modules-right = ipc clock ; modules-right = ipc clock
modules-left = powermenu deadd-notification-center dwm modules-left = powermenu deadd-notification-center date time media-playing
modules-center = date time modules-center = dwm
modules-right = media-playing cpu memory filesystem modules-right = kernel cpu memory filesystem
; The separator will be inserted between the output of each module ; The separator will be inserted between the output of each module
separator = "" separator = ""
@ -5703,7 +5703,7 @@ click-right = "/home/sravan/.scripts/control-center.sh --rofi"
[module/dwm] [module/dwm]
type = internal/dwm type = internal/dwm
; format = <label-tags> <label-layout> <label-floating> <label-title> ; 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) ; Path to dwm socket (default: /tmp/dwm.sock)
; socket-path = /tmp/dwm.sock ; socket-path = /tmp/dwm.sock

View File

@ -22,11 +22,17 @@ alert = ${self.red}
; left ; left
powermenu = ${self.blue} powermenu = ${self.blue}
deadd-notification-center = ${self.green} 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-foreground = ${self.primary}
dwm-focused-background = ${self.background} dwm-focused-background = ${self.background}
dwm-unfocused-foreground = ${self.yellow} dwm-unfocused-foreground = ${self.pink}
dwm-unfocused-background = ${self.background} dwm-unfocused-background = ${self.background}
dwm-visible-foreground = ${self.white} dwm-visible-foreground = ${self.blue}
dwm-visible-background = ${self.background} dwm-visible-background = ${self.background}
dwm-urgent-foreground = ${self.alert} dwm-urgent-foreground = ${self.alert}
dwm-urgent-background = ${self.background} dwm-urgent-background = ${self.background}
@ -36,17 +42,11 @@ dwm-layout-foreground = ${self.blue}
dwm-title-foreground = ${self.white} dwm-title-foreground = ${self.white}
dwm-floating-foreground = ${self.pink} dwm-floating-foreground = ${self.pink}
; center
date = ${self.yellow}
time = ${self.purple}
; right ; right
media-playing = ${self.green}
kernel = ${self.orange} kernel = ${self.orange}
cpu = ${self.blue} cpu = ${self.blue}
memory = ${self.red} memory = ${self.red}
filesystem = ${self.purple} filesystem = ${self.purple}
dunst-notification-status = ${self.green}
[sizes] [sizes]
bar-height = ${xrdb:polybar.bar-height:25} bar-height = ${xrdb:polybar.bar-height:25}
@ -194,9 +194,9 @@ font-3 = "IPAPGothic:size=11;3"
; modules-left = cpu ram ; modules-left = cpu ram
; modules-center = xwindow xbacklight ; modules-center = xwindow xbacklight
; modules-right = ipc clock ; modules-right = ipc clock
modules-left = powermenu deadd-notification-center dwm modules-left = powermenu deadd-notification-center date time media-playing
modules-center = date time modules-center = dwm
modules-right = media-playing cpu memory filesystem modules-right = kernel cpu memory filesystem
; The separator will be inserted between the output of each module ; The separator will be inserted between the output of each module
separator = "" separator = ""
@ -323,7 +323,7 @@ click-right = "/home/sravan/.scripts/control-center.sh --rofi"
[module/dwm] [module/dwm]
type = internal/dwm type = internal/dwm
; format = <label-tags> <label-layout> <label-floating> <label-title> ; 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) ; Path to dwm socket (default: /tmp/dwm.sock)
; socket-path = /tmp/dwm.sock ; socket-path = /tmp/dwm.sock