diff options
| author | kdamani <kdamani@kdamani-art.hitronhub.home> | 2020-10-21 20:13:52 +0000 |
|---|---|---|
| committer | kdamani <kdamani@kdamani-art.hitronhub.home> | 2020-10-21 20:13:52 +0000 |
| commit | 997d9f8ff9ba47aed509c77baa3183a67eaf9596 (patch) | |
| tree | 520aa3d2b818338f212573ce88ede023215083f5 /polybar | |
| parent | 5711e63def8c128b23903df8083ca4102f26e991 (diff) | |
updated dotfiles
Diffstat (limited to 'polybar')
| -rw-r--r-- | polybar/.config/polybar/mybar_fedora | 40 |
1 files changed, 4 insertions, 36 deletions
diff --git a/polybar/.config/polybar/mybar_fedora b/polybar/.config/polybar/mybar_fedora index 3a25bfd..fb37a85 100644 --- a/polybar/.config/polybar/mybar_fedora +++ b/polybar/.config/polybar/mybar_fedora @@ -29,8 +29,6 @@ highlight = ${xrdb:color5:#f00} lowlight = ${xrdb:color6:#f00} alert = #bd2c40 -;mpd_color = ${xrdb:color11} -mpd_color = ${self.lowlight} bspwm_color = ${self.highlight} bspwm_color_unfocused_bg= ${self.background} i3_color = ${self.highlight} @@ -72,8 +70,8 @@ font-0 = Source Code Pro:style=Regular:size=12:weight=Bold font-1 = unifont:fontformat=truetype:size=14:antialias=false;0 font-2 = siji:pixelsize=14;1 -modules-left = mpd -modules-center = bspwm date +modules-left = bspwm +modules-center = date ;modules-right = filesystem pulseaudio memory eth battery modules-right = filesystem pulseaudio memory wlan eth battery-combined-udev @@ -188,36 +186,6 @@ label-urgent-padding = ${module/bspwm.label-urgent-padding} ; Separator in between workspaces ; label-separator = | -[module/mpd] -type = internal/mpd -format-online = <toggle> <label-song> <bar-progress> -format-online-foreground = ${colors.mpd_color} - -icon-play = ▶ -icon-pause = -icon-stop = ⏹ -icon-prev = ⏮ -icon-next = ⏭ -icon-seekb = ⏪ -icon-seekf = ⏩ -icon-random = 🔀 -icon-repeat = 🔁 -icon-repeatone = 🔂 - -label-offline = 🎜 mpd is offline - -label-song = %artist% - %title% -label-song-maxlen = 50 -label-song-ellipsis = true - -toggle-on-foreground = #ff -toggle-off-foreground = #55 - -bar-progress-width = 10 -bar-progress-indicator = | -bar-progress-fill = ─ -bar-progress-empty = ─ - [module/xbacklight] type = internal/xbacklight @@ -254,7 +222,7 @@ label-foreground = ${colors.memory_color} [module/wlan] type = internal/network -interface = wlp4s0 +interface = wlp3s0 interval = 3.0 format-connected = <ramp-signal> <label-connected> @@ -368,7 +336,7 @@ tail = true format = <label> ;format-background = #999 format-foreground = ${colors.battery_color} -;format-padding = +;format-padding = label = B: %output% [module/temperature] |
