From a33954c59fe9d8fe889fab077b6612cc029ac3fc Mon Sep 17 00:00:00 2001 From: davidpkj Date: Wed, 24 Jul 2024 16:37:37 +0200 Subject: Mega Update: FW16 Space Rice - Add symlinks to dotfiles in config dir (links to links) - Switch from neofetch to fastfetch - Add htop - Add dynamic colors (polybar, xmonad, qutebrowser) - Update color management (pywal & friends, alacritty, xorg) - Minor updates to other files (quality of life) --- polybar/.config/polybar/config.ini | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'polybar') diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini index 6c5ea99..0c99cdc 100644 --- a/polybar/.config/polybar/config.ini +++ b/polybar/.config/polybar/config.ini @@ -1,12 +1,5 @@ [colors] -background = #1e1e2e -background-alt = #313244 -foreground = #ccd5f3 -primary = #6d82cf -secondary = #88b3f9 -alert = #d46a84 -disabled = #45475a -seperator = #6c7086 +include-file = /home/me/.cache/wal/colors-polybar [bar/xmonad] width = 100% @@ -21,7 +14,7 @@ foreground = ${colors.foreground} line-size = 3px border-color = #00000000 -border-bottom-size = 6px +border-bottom-size = 3px border-size = 12px padding-left = 0 @@ -30,7 +23,7 @@ padding-right = 1 module-margin = 1 separator = | -separator-foreground = ${colors.seperator} +separator-foreground = ${colors.separator} font-0 = JetBrainsMono Nerd Font:size=16:pixelsize=16;2.5 @@ -104,6 +97,7 @@ format-online = [] format-paused = [PAUSED] label-song = %title% +label-song-maxlen = 40 label-song-foreground = ${colors.primary} [module/xworkspaces] @@ -129,7 +123,7 @@ label-empty-padding = 1 [module/xwindow] type = internal/xwindow -label = %title:0:69:...% +label = %title:0:60:...% label-empty = "Enjoying the Desktop" label-empty-foreground = ${colors.foreground} -- cgit v1.2.3