diff --git a/README.md b/README.md index 8bf315b..16327c4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ I ALREADY have all his fonts in my .files ~/.local/share/fonts - hack - material - panels -- pwidgets +- pwidgets # NO, I deleted this - shades - shapes diff --git a/blocks/colors.ini b/blocks/colors.ini index 097b2ee..627789f 100644 --- a/blocks/colors.ini +++ b/blocks/colors.ini @@ -12,11 +12,11 @@ ;; Use pywal.sh in scripts directory to use colors from an image/wallpaper. ;; main colors -background = #2f343f -background-alt = #C4C7C5 -foreground = #1C1E20 -foreground-alt = #C4C7C5 -primary = #B4BC67 +background = #243035 +background-alt = #38444A +foreground = #FFFFFF +foreground-alt = #FDF6E3 +primary = #4DD0E1 white = #FFFFFF black = #000000 diff --git a/blocks/config.ini b/blocks/config.ini index 4edd5fe..1483978 100644 --- a/blocks/config.ini +++ b/blocks/config.ini @@ -37,7 +37,7 @@ include-file = ~/.config/polybar/blocks/user_modules.ini ; If unspecified, the application will pick the first one it finds. ; $ polybar -m | cut -d ':' -f 1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1 -monitor = +monitor = ${env:MONITOR:} ; Use the specified monitor as a fallback if the main one is not found. monitor-fallback = @@ -61,7 +61,7 @@ fixed-center = true ; the percentage can optionally be extended with a pixel offset like so: ; 50%:-10, this will result in a width or height of 50% minus 10 pixels width = 100% -height = 34 +height = 28 ; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%) ; the percentage can optionally be extended with a pixel offset like so: diff --git a/blocks/scripts/rofi/colors.rasi b/blocks/scripts/rofi/colors.rasi index 7166b16..6b4a509 100644 --- a/blocks/scripts/rofi/colors.rasi +++ b/blocks/scripts/rofi/colors.rasi @@ -2,10 +2,10 @@ * { al: #00000000; - bg: #2f343fFF; - bga: #C4C7C5FF; - fga: #C4C7C5FF; - fg: #1C1E20FF; - ac: #00C7DFFF; - se: #00C7DF40; + bg: #243035FF; + bga: #38444AFF; + fga: #FDF6E3FF; + fg: #FFFFFFFF; + ac: #4DD0E1FF; + se: #4DD0E140; } diff --git a/colorblocks/colors.ini b/colorblocks/colors.ini index dc3a1a8..c6b24d2 100644 --- a/colorblocks/colors.ini +++ b/colorblocks/colors.ini @@ -18,13 +18,13 @@ foreground-alt = #FFFFFF alpha = #00000000 ;; shades -shade1 = #BF360C -shade2 = #D84315 -shade3 = #E64A19 -shade4 = #F4511E -shade5 = #FF5722 -shade6 = #FF7043 -shade7 = #FF8A65 -shade8 = #FFAB91 +shade1 = #1B5E20 +shade2 = #2E7D32 +shade3 = #388E3C +shade4 = #43A047 +shade5 = #4CAF50 +shade6 = #66BB6A +shade7 = #81C784 +shade8 = #A5D6A7 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ diff --git a/colorblocks/config.ini b/colorblocks/config.ini index 8d9d295..9ecace2 100644 --- a/colorblocks/config.ini +++ b/colorblocks/config.ini @@ -37,7 +37,7 @@ include-file = ~/.config/polybar/colorblocks/user_modules.ini ; If unspecified, the application will pick the first one it finds. ; $ polybar -m | cut -d ':' -f 1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1 -monitor = +monitor = ${env:MONITOR:} ; Use the specified monitor as a fallback if the main one is not found. monitor-fallback = @@ -60,8 +60,8 @@ fixed-center = true ; Dimension defined as pixel value (e.g. 35) or percentage (e.g. 50%), ; the percentage can optionally be extended with a pixel offset like so: ; 50%:-10, this will result in a width or height of 50% minus 10 pixels -width = 99% -height = 40 +width = 100% +height = 28 ; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%) ; the percentage can optionally be extended with a pixel offset like so: @@ -130,8 +130,8 @@ module-margin-right = 0 ; font-3 = FontAwesome:size=10 ; See the Fonts wiki page for more details -font-0 = "Iosevka Nerd Font:pixelsize=10;4" -font-1 = "Iosevka Nerd Font:pixelsize=13;4" +font-0 = "Iosevka Nerd Font:pixelsize=9;4" +font-1 = "Iosevka Nerd Font:pixelsize=10;4" ; Modules are added to one of the available blocks ; modules-left = cpu ram diff --git a/colorblocks/scripts/rofi/colors.rasi b/colorblocks/scripts/rofi/colors.rasi index 4e27531..cbd0091 100644 --- a/colorblocks/scripts/rofi/colors.rasi +++ b/colorblocks/scripts/rofi/colors.rasi @@ -3,8 +3,8 @@ * { al: #00000000; bg: #141C21FF; - bg1: #FFAB91FF; - bg2: #FF8A65FF; - bg3: #FF7043FF; + bg1: #A5D6A7FF; + bg2: #81C784FF; + bg3: #66BB6AFF; fg: #FFFFFFFF; } diff --git a/colorblocks/user_modules.ini b/colorblocks/user_modules.ini index 7e3c3f7..44ec47e 100644 --- a/colorblocks/user_modules.ini +++ b/colorblocks/user_modules.ini @@ -101,8 +101,8 @@ click-left = ~/.config/polybar/colorblocks/scripts/powermenu.sh & type = custom/text content =  -content-background = #FFFFFF -content-foreground = #CC6666 +content-background = ${color.shade8} +content-foreground = ${color.background} content-padding = 2 click-left = ~/.config/polybar/colorblocks/scripts/color-switch.sh & diff --git a/cuts/colors.ini b/cuts/colors.ini index 49c39b4..e00106a 100644 --- a/cuts/colors.ini +++ b/cuts/colors.ini @@ -12,11 +12,11 @@ ;; Use pywal.sh in scripts directory to use colors from an image/wallpaper. ;; main colors -background = #0a0a0a -background-alt = #8C0a0a0a -foreground = #f5f5f5 -foreground-alt = #33f5f5f5 -primary = #fdd835 +background = #263238 +background-alt = #8C263238 +foreground = #DFDFDF +foreground-alt = #33DFDFDF +primary = #00BCD4 red = #FF5250 green = #43a047 yellow = #fdd835 diff --git a/cuts/config.ini b/cuts/config.ini index f721007..91575d4 100644 --- a/cuts/config.ini +++ b/cuts/config.ini @@ -37,7 +37,7 @@ include-file = ~/.config/polybar/cuts/user_modules.ini ; If unspecified, the application will pick the first one it finds. ; $ polybar -m | cut -d ':' -f 1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1 -monitor = +monitor = ${env:MONITOR:} ; Use the specified monitor as a fallback if the main one is not found. monitor-fallback = diff --git a/cuts/scripts/rofi/colors.rasi b/cuts/scripts/rofi/colors.rasi index ed69969..1732766 100644 --- a/cuts/scripts/rofi/colors.rasi +++ b/cuts/scripts/rofi/colors.rasi @@ -2,9 +2,9 @@ * { al: #00000000; - bg: #0a0a0aBF; - bga: #0a0a0aFF; - fg: #f5f5f5FF; - ac: #fdd835FF; - se: #fdd8351A; + bg: #263238BF; + bga: #263238FF; + fg: #DFDFDFFF; + ac: #00BCD4FF; + se: #00BCD41A; } diff --git a/docky/colors.ini b/docky/colors.ini index 5a7b4fc..b9c2b0c 100644 --- a/docky/colors.ini +++ b/docky/colors.ini @@ -16,7 +16,7 @@ background = #1F1F1F foreground = #FFFFFF foreground-alt = #8F8F8F module-fg = #FFFFFF -primary = #e53935 +primary = #d81b60 secondary = #E53935 alternate = #7cb342 diff --git a/docky/config.ini b/docky/config.ini index ffdb22a..bd20709 100644 --- a/docky/config.ini +++ b/docky/config.ini @@ -37,7 +37,7 @@ include-file = ~/.config/polybar/docky/user_modules.ini ; If unspecified, the application will pick the first one it finds. ; $ polybar -m | cut -d ':' -f 1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1 -monitor = +monitor = ${env:MONITOR:} ; Use the specified monitor as a fallback if the main one is not found. monitor-fallback = @@ -60,8 +60,8 @@ fixed-center = true ; Dimension defined as pixel value (e.g. 35) or percentage (e.g. 50%), ; the percentage can optionally be extended with a pixel offset like so: ; 50%:-10, this will result in a width or height of 50% minus 10 pixels -width = 98% -height = 40 +width = 100% +height = 28 ; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%) ; the percentage can optionally be extended with a pixel offset like so: @@ -106,7 +106,7 @@ line-color = ${color.primary} ; the border is placed withing this area. So you effectively only have the ; following horizontal space on the bar: ; width - border-right-size - border-left-size -border-bottom-size = 2 +border-bottom-size = 1 border-bottom-color = ${color.primary} ; Number of spaces to add at the beginning/end of the bar @@ -130,8 +130,8 @@ module-margin-right = 2 ; font-3 = FontAwesome:size=10 ; See the Fonts wiki page for more details -font-0 = "Iosevka Nerd Font:size=10;3" -font-1 = "feather:size=12;3" +font-0 = "Iosevka Nerd Font:size=9;3" +font-1 = "feather:size=11;3" ; Modules are added to one of the available blocks ; modules-left = cpu ram diff --git a/docky/scripts/rofi/colors.rasi b/docky/scripts/rofi/colors.rasi index 8f1b78a..3f77af6 100644 --- a/docky/scripts/rofi/colors.rasi +++ b/docky/scripts/rofi/colors.rasi @@ -3,8 +3,8 @@ * { al: #00000000; bg: #1F1F1FFF; - bga: #e5393533; + bga: #d81b6033; bar: #FFFFFFFF; fg: #FFFFFFFF; - ac: #e53935FF; + ac: #d81b60FF; } diff --git a/forest/colors.ini b/forest/colors.ini index e81c44d..b77cbeb 100644 --- a/forest/colors.ini +++ b/forest/colors.ini @@ -12,9 +12,9 @@ ;; Use pywal.sh in scripts directory to use colors from an image/wallpaper. ;; main colors -background = #212B30 -foreground = #C4C7C5 -sep = #3F5360 +background = #141C21 +foreground = #93A1A1 +sep = #3C4449 white = #FFFFFF black = #000000 diff --git a/forest/config.ini b/forest/config.ini index 5a2fa32..3871cee 100644 --- a/forest/config.ini +++ b/forest/config.ini @@ -37,7 +37,7 @@ include-file = ~/.config/polybar/forest/user_modules.ini ; If unspecified, the application will pick the first one it finds. ; $ polybar -m | cut -d ':' -f 1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1 -monitor = +monitor = ${env:MONITOR:} ; Use the specified monitor as a fallback if the main one is not found. monitor-fallback = @@ -61,7 +61,7 @@ fixed-center = true ; the percentage can optionally be extended with a pixel offset like so: ; 50%:-10, this will result in a width or height of 50% minus 10 pixels width = 100% -height = 34 +height = 28 ; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%) ; the percentage can optionally be extended with a pixel offset like so: diff --git a/forest/scripts/rofi/colors.rasi b/forest/scripts/rofi/colors.rasi index cd1f090..72183d9 100644 --- a/forest/scripts/rofi/colors.rasi +++ b/forest/scripts/rofi/colors.rasi @@ -2,9 +2,9 @@ * { al: #00000000; - bg: #212B30FF; - bga: #263035FF; - fg: #C4C7C5FF; - ac: #EC407AFF; - se: #4DD0E1FF; + bg: #141C21FF; + bga: #1E262BFF; + fg: #93A1A1FF; + ac: #D12F2CFF; + se: #33C5BAFF; } diff --git a/grayblocks/colors.ini b/grayblocks/colors.ini index be76252..41e0d91 100644 --- a/grayblocks/colors.ini +++ b/grayblocks/colors.ini @@ -16,7 +16,7 @@ background = #272727 background-alt = #383838 foreground = #CACACA foreground-alt = #CACACA -primary = #e53935 +primary = #d81b60 red = #EF5350 yellow = #FFEE58 diff --git a/grayblocks/config.ini b/grayblocks/config.ini index e814640..66e786b 100644 --- a/grayblocks/config.ini +++ b/grayblocks/config.ini @@ -37,7 +37,7 @@ include-file = ~/.config/polybar/grayblocks/user_modules.ini ; If unspecified, the application will pick the first one it finds. ; $ polybar -m | cut -d ':' -f 1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1 -monitor = +monitor = ${env:MONITOR:} ; Use the specified monitor as a fallback if the main one is not found. monitor-fallback = @@ -61,7 +61,7 @@ fixed-center = true ; the percentage can optionally be extended with a pixel offset like so: ; 50%:-10, this will result in a width or height of 50% minus 10 pixels width = 100% -height = 40 +height = 28 ; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%) ; the percentage can optionally be extended with a pixel offset like so: @@ -106,7 +106,7 @@ line-color = ${color.background} ; the border is placed withing this area. So you effectively only have the ; following horizontal space on the bar: ; width - border-right-size - border-left-size -border-top-size = 4 +border-top-size = 1 border-top-color = ${color.primary} ; Number of spaces to add at the beginning/end of the bar diff --git a/grayblocks/scripts/rofi/colors.rasi b/grayblocks/scripts/rofi/colors.rasi index 4ea927c..8d7550b 100644 --- a/grayblocks/scripts/rofi/colors.rasi +++ b/grayblocks/scripts/rofi/colors.rasi @@ -6,5 +6,5 @@ bga: #383838FF; fga: #CACACAFF; fg: #CACACAFF; - ac: #e53935FF; + ac: #d81b60FF; } diff --git a/hack/colors.ini b/hack/colors.ini index 16307f2..ad0b8d6 100644 --- a/hack/colors.ini +++ b/hack/colors.ini @@ -12,9 +12,9 @@ ;; Use pywal.sh in scripts directory to use colors from an image/wallpaper. ;; main colors -background = #263238 -foreground = #DFDFDF -primary = #00BCD4 +background = #141C21 +foreground = #FFFFFF +primary = #d81b60 red = #FF5250 green = #43a047 yellow = #fdd835 diff --git a/hack/config.ini b/hack/config.ini index c758ab1..75c6b0d 100644 --- a/hack/config.ini +++ b/hack/config.ini @@ -37,7 +37,7 @@ include-file = ~/.config/polybar/hack/user_modules.ini ; If unspecified, the application will pick the first one it finds. ; $ polybar -m | cut -d ':' -f 1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1 -monitor = +monitor = ${env:MONITOR:} ; Use the specified monitor as a fallback if the main one is not found. monitor-fallback = @@ -146,7 +146,7 @@ font-1 = "Iosevka Nerd Font:pixelsize=12;4" [bar/top] inherit = bar/main -border-bottom-size = 2 +border-bottom-size = 1 border-bottom-color = ${color.primary} modules-left = launcher sep title modules-center = workspaces @@ -156,7 +156,7 @@ enable-ipc = true [bar/bottom] inherit = bar/main bottom = true -border-top-size = 2 +border-top-size = 1 border-top-color = ${color.primary} modules-left = mpd modules-center = cpu sep memory sep filesystem sep temperature sep updates sep speed diff --git a/hack/scripts/rofi/colors.rasi b/hack/scripts/rofi/colors.rasi index 3a3e30d..790f416 100644 --- a/hack/scripts/rofi/colors.rasi +++ b/hack/scripts/rofi/colors.rasi @@ -2,8 +2,8 @@ * { al: #00000000; - bg: #263238FF; - ac: #00BCD4FF; - se: #00BCD426; - fg: #DFDFDFFF; + bg: #141C21FF; + ac: #d81b60FF; + se: #d81b6026; + fg: #FFFFFFFF; } diff --git a/launch.sh b/launch.sh index 3b4c5ac..f8f5958 100755 --- a/launch.sh +++ b/launch.sh @@ -12,18 +12,19 @@ launch_bar() { # Wait until the processes have been shut down while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done - # Launch the bar - if [[ "$style" == "hack" || "$style" == "cuts" ]]; then - polybar -q top -c "$dir/$style/config.ini" & - polybar -q bottom -c "$dir/$style/config.ini" & - elif [[ "$style" == "pwidgets" ]]; then - bash "$dir"/pwidgets/launch.sh --main - else - #polybar -q main -c "$dir/$style/config.ini" & - for mon in $(polybar --list-monitors | cut -d":" -f1); do + # Launch the bar multi monitor aware + for mon in $(polybar --list-monitors | cut -d":" -f1); do + + if [[ "$style" == "hack" || "$style" == "cuts" ]]; then + MONITOR=$mon polybar -q top -c "$dir/$style/config.ini" & + MONITOR=$mon polybar -q bottom -c "$dir/$style/config.ini" & + elif [[ "$style" == "pwidgets" ]]; then + MONITOR=$mon bash "$dir"/pwidgets/launch.sh --main + else MONITOR=$mon polybar -q main -c "$dir/$style/config.ini" & - done - fi + fi + + done else echo "$dir/$style/config.ini" not found exit 1 diff --git a/material/colors.ini b/material/colors.ini index 594adaa..b9c2b0c 100644 --- a/material/colors.ini +++ b/material/colors.ini @@ -15,8 +15,8 @@ background = #1F1F1F foreground = #FFFFFF foreground-alt = #8F8F8F -module-fg = #1F1F1F -primary = #ffb300 +module-fg = #FFFFFF +primary = #d81b60 secondary = #E53935 alternate = #7cb342 diff --git a/material/config.ini b/material/config.ini index 1219954..c740ded 100644 --- a/material/config.ini +++ b/material/config.ini @@ -37,7 +37,7 @@ include-file = ~/.config/polybar/material/user_modules.ini ; If unspecified, the application will pick the first one it finds. ; $ polybar -m | cut -d ':' -f 1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1 -monitor = +monitor = ${env:MONITOR:} ; Use the specified monitor as a fallback if the main one is not found. monitor-fallback = @@ -60,8 +60,8 @@ fixed-center = true ; Dimension defined as pixel value (e.g. 35) or percentage (e.g. 50%), ; the percentage can optionally be extended with a pixel offset like so: ; 50%:-10, this will result in a width or height of 50% minus 10 pixels -width = 90% -height = 40 +width = 100% +height = 22 ; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%) ; the percentage can optionally be extended with a pixel offset like so: @@ -106,7 +106,7 @@ line-color = ${color.primary} ; the border is placed withing this area. So you effectively only have the ; following horizontal space on the bar: ; width - border-right-size - border-left-size -border-size = 3 +border-size = 0 border-color = ${color.background} ; Number of spaces to add at the beginning/end of the bar @@ -130,17 +130,19 @@ module-margin-right = 1 ; font-3 = FontAwesome:size=10 ; See the Fonts wiki page for more details -font-0 = "Fantasque Sans Mono:pixelsize=12;3" -font-1 = "Material\-Design\-Iconic\-Font:size=13;4" +font-0 = "Fantasque Sans Mono:pixelsize=10;3" +font-1 = "Material\-Design\-Iconic\-Font:size=12;4" ; Modules are added to one of the available blocks ; modules-left = cpu ram ; modules-center = xwindow xbacklight ; modules-right = ipc clock -modules-left = launcher workspaces term files browser settings -modules-center = mpd -modules-right = updates alsa battery network date sysmenu +#modules-left = launcher workspaces term files browser settings +modules-left = launcher +#modules-center = mpd +#modules-right = updates alsa battery network date sysmenu +modules-right = alsa network date sysmenu ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ diff --git a/material/scripts/rofi/colors.rasi b/material/scripts/rofi/colors.rasi index c941c28..3f77af6 100644 --- a/material/scripts/rofi/colors.rasi +++ b/material/scripts/rofi/colors.rasi @@ -3,8 +3,8 @@ * { al: #00000000; bg: #1F1F1FFF; - bga: #ffb30033; - bar: #1F1F1FFF; + bga: #d81b6033; + bar: #FFFFFFFF; fg: #FFFFFFFF; - ac: #ffb300FF; + ac: #d81b60FF; } diff --git a/material/user_modules.ini b/material/user_modules.ini index 05847d3..2706687 100644 --- a/material/user_modules.ini +++ b/material/user_modules.ini @@ -68,7 +68,7 @@ content =  ; "content" has the same properties as "format-NAME" content-background = ${color.primary} content-foreground = ${color.module-fg} -content-padding = 2 +content-padding = 1 ; "click-(left|middle|right)" will be executed using "/usr/bin/env sh -c $COMMAND" click-left = ~/.config/polybar/material/scripts/launcher.sh & @@ -87,7 +87,7 @@ content =  content-background = ${color.primary} content-foreground = ${color.module-fg} -content-padding = 2 +content-padding = 1 click-left = ~/.config/polybar/material/scripts/powermenu.sh & diff --git a/panels/config.ini b/panels/config.ini index 02a4972..71c09ee 100644 --- a/panels/config.ini +++ b/panels/config.ini @@ -27,7 +27,7 @@ margin-top = 0 ; If unspecified, the application will pick the first one it finds. ; $ polybar -m | cut -d ':' -f 1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1 -monitor = +monitor = ${env:MONITOR:} ; Use the specified monitor as a fallback if the main one is not found. monitor-fallback = @@ -41,7 +41,7 @@ monitor-strict = false override-redirect = false ; Put the bar at the bottom of the screen -bottom = false +bottom = true ; Prefer fixed center position for the `modules-center` block ; When false, the center position will be based on the size of the other blocks. @@ -51,7 +51,7 @@ fixed-center = true ; the percentage can optionally be extended with a pixel offset like so: ; 50%:-10, this will result in a width or height of 50% minus 10 pixels width = 100% -height = 30 +height = 28 ; Offset defined as pixel value (e.g. 35) or percentage (e.g. 50%) ; the percentage can optionally be extended with a pixel offset like so: @@ -96,8 +96,8 @@ radius-bottom = 0.0 ; the border is placed withing this area. So you effectively only have the ; following horizontal space on the bar: ; width - border-right-size - border-left-size -;;border-size = 2 -;;border-color = ${color.ac} +;;border-size = 1 +;;border-color = ${color.bg} ; Number of spaces to add at the beginning/end of the bar ; Individual side values can be defined using: @@ -107,8 +107,8 @@ padding = 0 ; Number of spaces to add before/after each module ; Individual side values can be defined using: ; module-margin-{left,right} -module-margin-left = 0 -module-margin-right = 0 +module-margin-left = 3 +module-margin-right = 3 ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ @@ -120,18 +120,19 @@ module-margin-right = 0 ; font-3 = FontAwesome:size=10 ; See the Fonts wiki page for more details -font-0 = "Noto Sans:size=9;3" -font-1 = "Iosevka Nerd Font:size=12;3" -font-2 = "Iosevka Nerd Font:size=16;4" +font-0 = "Noto Sans:size=9;4" +font-1 = "icomoon\-feather:size=10;4" +font-2 = "Iosevka Nerd Font:size=12;5" +font-3 = "Noto Sans:size=8;4" ; Modules are added to one of the available blocks ; modules-left = cpu ram ; modules-center = xwindow xbacklight ; modules-right = ipc clock -modules-left = menu sep2 term web files settings +modules-left = menu term web files settings modules-center = -modules-right = style sep alsa battery network date sep sysmenu +modules-right = style network alsa battery date sysmenu ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ @@ -295,10 +296,11 @@ pseudo-transparency = false [color] ;; Active Colors -bg = #232832 -bg-alt = #1C2028 +bg = #80000000 +bg-alt = #1A000000 fg = #EAEAEA fg-alt = #9C9C9C +ac= #8EDBF2 trans = #00000000 white = #FFFFFF @@ -362,16 +364,12 @@ type = internal/alsa ; ; format-volume = -format-volume-background = ${color.bg-alt} -format-volume-padding = 2 ; Available tags: ; (default) ; ; -format-muted = -format-muted-background = ${color.bg-alt} -format-muted-padding = 2 +;format-muted = ; Available tokens: ; %percentage% (default) @@ -379,13 +377,14 @@ label-volume = %percentage%% ; Available tokens: ; %percentage% (default -label-muted = ﱝ +label-muted =  label-muted-foreground = ${color.fg-alt} -ramp-volume-0 =  -ramp-volume-1 =  -ramp-volume-2 =  -ramp-volume-3 =  +ramp-volume-0 =  +ramp-volume-1 =  +ramp-volume-2 =  +ramp-volume-3 =  +ramp-volume-4 =  ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ @@ -407,25 +406,19 @@ time-format = %H:%M ; ; format-charging = -format-charging-background = ${color.bg-alt} -format-charging-padding = 2 ; Available tags: ; (default) ; ; ; -format-discharging = -format-discharging-background = ${color.bg-alt} -format-discharging-padding = 2 +format-discharging = ; Available tags: ; (default) ; ; -format-full = -format-full-background = ${color.bg-alt} -format-full-padding = 2 +;format-full = ; Available tokens: ; %percentage% (default) @@ -437,32 +430,35 @@ label-charging = %percentage%% ; %percentage% (default) ; %time% ; %consumption% (shows current discharge rate in watts) -label-discharging = %percentage%% +label-discharging = " %percentage%%" +label-discharging-font = 4 ; Available tokens: ; %percentage% (default) ;label-full = Fully Charged -label-full =  +label-full =  label-full-foreground = ${color.green} -ramp-capacity-0 =  -ramp-capacity-1 =  -ramp-capacity-2 =  -ramp-capacity-3 =  -ramp-capacity-4 =  -ramp-capacity-5 =  -ramp-capacity-6 =  -ramp-capacity-7 =  -ramp-capacity-8 =  -ramp-capacity-9 =  +ramp-capacity-0 =  +ramp-capacity-1 =  +ramp-capacity-2 =  +ramp-capacity-3 =  +ramp-capacity-4 =  +ramp-capacity-5 =  +ramp-capacity-6 =  +ramp-capacity-7 =  +ramp-capacity-8 =  +ramp-capacity-9 =  -animation-charging-0 =  -animation-charging-1 =  -animation-charging-2 =  -animation-charging-3 =  -animation-charging-4 =  -animation-charging-5 =  -animation-charging-6 =  +animation-charging-0 =  +animation-charging-1 =  +animation-charging-2 =  +animation-charging-3 =  +animation-charging-4 =  +animation-charging-5 =  +animation-charging-6 =  +animation-charging-7 =  +animation-charging-8 =  ; Framerate in milliseconds animation-charging-framerate = 750 @@ -478,8 +474,7 @@ time = %I:%M %p ;;time-alt = %B %d, %Y format =