diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-22 07:49:52 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-04-28 20:31:52 +0200 |
commit | 1abce784cf269fd98ee5faa09e52ba642f2e61ec (patch) | |
tree | 716d9b1961dc7235c665747454f03d5f488bffac /.config/polybar | |
parent | c1fae7c333a7c89347b1955e23aadae47e28f20f (diff) |
switched from i3 to sway
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config.ini | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 9a79e00..fad40b7 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -15,15 +15,15 @@ focused-bg = #1c63a5 unfocused-bg = #2f333c visible-bg = #182858 -[bar/bar1] -bottom = true +[bar/primary] +bottom = false enable-ipc = true fixed-center = true -monitor-fallback = eDP-1 cursor-click = pointer modules-left = i3 xwindow -modules-right = forecast xkeyboard pulseaudio battery network date +modules-right = bluetooth forecast xkeyboard pulseaudio battery network date +tray-position = right font-0 = Averia Libre:style=bold:size=15;4 font-1 = Font Awesome 6 Pro Solid:size=14;5 @@ -33,7 +33,7 @@ foreground = ${colors.fg} height = 28 padding-left = 3 -padding-right = 1 +padding-right = 0 [module/xkeyboard] type = internal/xkeyboard @@ -110,10 +110,10 @@ type = internal/date interval = 5 format-padding = 3 -label = %date% %time% +label = "%date% %time%" label-foreground = ${colors.blue} -date = "%a %e %b " +date = "%a %e %b" time = %H:%M [module/pulseaudio] |