diff --git a/files/.config/dunst/dunstrc b/files/.config/dunst/dunstrc index 3c91ea4..32d5977 100644 --- a/files/.config/dunst/dunstrc +++ b/files/.config/dunst/dunstrc @@ -29,7 +29,7 @@ # the top and down respectively. # The width can be negative. In this case the actual width is the # screen width minus the width defined in within the geometry option. - geometry = "400x20-4+39" + geometry = "400x20-6+36" # Show how many messages are currently hidden (because of geometry). indicate_hidden = yes diff --git a/files/.config/polybar/config b/files/.config/polybar/config index c989927..ed07602 100644 --- a/files/.config/polybar/config +++ b/files/.config/polybar/config @@ -54,7 +54,7 @@ line-size = 0 font-0 = "Product Sans:pixelsize=10:weight=regular;2" #font-1 = "Noto Sans CJK JP:antialiase=false:pixelsize=11;3" font-1 = "Stick:pixelsize=13;3" -font-2 = "Material Design Icons:size=10;2" +font-2 = "Material Design Icons:size=10;3" wm-restack = i3 @@ -67,7 +67,7 @@ inherit = bar/main bottom = true -modules-left = xwindow +modules-left = memory cpu modules-center = modules-right = @@ -153,47 +153,31 @@ type = internal/battery battery = BAT0 apdapter = ADP1 -format-charging = -label-charging = %percentage%% -animation-charging-foreground = ${colors.accent} -format-charging-underline = ${colors.yellow} +bar-capacity-width = 10 +bar-capacity-indicator = +bar-capacity-fill = ━ +bar-capacity-empty = ━ -format-discharging = +bar-capacity-fill-foreground = ${colors.green} + +format-discharging = 󰋑 label-discharging = %percentage%% -format-discharging-overline = ${colors.cyan} -format-full = -label-full = %percentage%% -format-full-underline = ${colors.green} +format-charging = +label-charging = %percentage%% -#ramp-capacity-foreground = ${colors.accent} -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 = 󰁹 +format-full = 󰋑 -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 = 󰂋 -animation-charging-9 = 󰂅 -animation-charging-framerate = 200 +animation-charging-0 = 󰋑 +animation-charging-1 = 󰋕 +animation-charging-framerate = 1000 [module/volume] type = internal/pulseaudio format-volume = +interval = 2 + label-volume = %percentage%% format-volume-prefix = "󰕾 " @@ -232,8 +216,9 @@ bar-load-indicator = bar-load-fill = ━ bar-load-empty = ━ +bar-load-fill-foreground = ${colors.magenta} + bar-load-width = 10 -bar-load-foreground = ${colors.green} format-prefix = "󰌣 " @@ -247,8 +232,9 @@ bar-used-indicator = bar-used-fill = ━ bar-used-empty = ━ +bar-used-fill-foreground = ${colors.yellow} + bar-used-width = 10 -bar-used-foreground = ${colors.yellow} format-prefix = "󰍛 " diff --git a/screenshots/pc.png b/screenshots/pc.png index 9678a59..ad87b92 100644 Binary files a/screenshots/pc.png and b/screenshots/pc.png differ