aboutsummaryrefslogtreecommitdiff
path: root/polybar
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2024-07-24 16:37:37 +0200
committerdavidpkj <davidpenkow1@gmail.com>2024-07-24 16:37:37 +0200
commita33954c59fe9d8fe889fab077b6612cc029ac3fc (patch)
treea3035512625aefe79b0973f91bdc7c7ebe302cea /polybar
parentcbfd64346441200e3df8df6ad54fc76c99d25f1c (diff)
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)
Diffstat (limited to 'polybar')
-rw-r--r--polybar/.config/polybar/config.ini16
1 files changed, 5 insertions, 11 deletions
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 = [<label-time>] <label-song>
format-paused = [PAUSED] <label-song>
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}