dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 22a4a44bd5e67ce52fbf9e09f81ac67c409fe597
parent 73a3b12271f84a704921a3e3f8a5026aaf2be235
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 17 Sep 2019 02:50:31 -0400

polybar: updates

Former-commit-id: e65e2d7a034212ab3e862f67cbdc9f5289a617dc
Diffstat:
Mpolybar/config | 76++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
Dpolybar/config.gz | 0
2 files changed, 72 insertions(+), 4 deletions(-)

diff --git a/polybar/config b/polybar/config @@ -18,7 +18,7 @@ font-2 = Termsynu:size=8:antialias=false;-2 font-3 = FontAwesome:size=10;0 modules-left = powermenu -modules-right = volume backlight wireless-network wired-network battery date +modules-right = volume backlight wireless-network wired-network battery date [bar/bottom] bottom = true @@ -43,8 +43,8 @@ font-3 = NotoSans-Regular:size=8;-1 font-4 = MaterialIcons:size=10;-1 font-5 = Termsynu:size=8:antialias=false;0 -modules-left = -modules-right = cpu memory +modules-left = i3 +modules-right = temperature cpu memory [module/backlight] type = internal/backlight @@ -201,7 +201,7 @@ ramp-coreload-7-foreground = #ff5555 [module/date] type = internal/date -date =  %%{F#99}%Y-%m-%d%%{F-} %%{F#fff}%H:%M%%{F-} +date =  %%{F#99}%a, %B %d %{F-} %%{F#fff}%H:%M%%{F-} date-alt = %%{F#fff}%A, %d %B %Y %%{F#fff}%H:%M%%{F#666}:%%{F#fba922}%S%%{F-} [module/memory] @@ -276,6 +276,7 @@ format-padding = 5 label-open =  label-close =  +label-separator = | menu-0-0 = Terminate WM menu-0-0-foreground = #fba922 @@ -306,4 +307,71 @@ type = internal/date interval = 2 date = %%{F#999}%Y-%m-%d%%{F-} %%{F#fff}%H:%M%%{F-} +[module/temperature] +type = internal/temperature +thermal-zone = 1 +warn-temperature = 80 +interval = 5 + +format = <label> +format-warn = <label-warn> +format-warn-underline = #f50a4d + +label = %temperature-c% +label-warn = %temperature-c% +label-warn-foreground = #ff2222 +ramp-foreground = #fba922 + + +[module/i3] +type = internal/i3 +format = <label-state> <label-mode> +index-sort = true +wrapping-scroll = false + +; Only show workspaces on the same output as the bar +;pin-workspaces = true + +label-mode-padding = 2 +label-mode-foreground = #000000000 +label-mode-background = #11ffffff + +; focused = Active workspace on focused monitor +label-focused = %index% +label-focused-background = #11ffffff +label-focused-underline= #00000000 +label-focused-padding = 2 + +; unfocused = Inactive workspace on any monitor +label-unfocused = %index% +label-unfocused-padding = 2 + +; visible = Active workspace on unfocused monitor +label-visible = %index% +label-visible-background = ${self.label-focused-background} +label-visible-underline = ${self.label-focused-underline} +label-visible-padding = ${self.label-focused-padding} + +; urgent = Workspace with urgency hint set +label-urgent = %index% +label-urgent-background = #F00000 +label-urgent-padding = 2 + +; Separator in between workspaces +; label-separator = | + + +[settings] +screenchange-reload = true +;compositing-background = xor +;compositing-background = screen +;compositing-foreground = source +;compositing-border = over +;pseudo-transparency = false + + +[global/wm] +margin-top = 5 +margin-bottom = 5 + ; vim:ft=dosini diff --git a/polybar/config.gz b/polybar/config.gz Binary files differ.