Replace bottom bar with polybar too
This commit is contained in:
parent
b2d34078ab
commit
1f98f352c4
4 changed files with 13 additions and 15 deletions
|
@ -125,9 +125,4 @@ exec ssh-agent -Da /tmp/ssh-agent-$USER.sock
|
|||
exec keepassxc
|
||||
exec dunst
|
||||
|
||||
bar {
|
||||
status_command i3status
|
||||
workspace_buttons no
|
||||
}
|
||||
|
||||
exec_always --no-startup-id {{ home }}/.config/polybar/launch.sh
|
||||
|
|
|
@ -6,4 +6,5 @@ pkill polybar
|
|||
|
||||
for m in $(polybar --list-monitors | cut -d":" -f1); do
|
||||
MONITOR=$m polybar --reload top &
|
||||
MONITOR=$m polybar --reload bottom &
|
||||
done
|
||||
|
|
|
@ -16,26 +16,29 @@ height = 25
|
|||
fixed-center = true
|
||||
background = ${colors.background}
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
padding-right = 2
|
||||
|
||||
padding = 2
|
||||
font-0 = "DejaVu Sans Mono:size=9;2"
|
||||
font-1 = "FontAwesome5FreeSolid:size=8;2"
|
||||
|
||||
modules-left = i3 xwindow
|
||||
modules-left = xwindow
|
||||
modules-center = date
|
||||
modules-right = player_mpris_tail memory cpu wifi eno1 pulseaudio wattage battery power-menu
|
||||
|
||||
module-margin = 2
|
||||
|
||||
wm-restack = i3
|
||||
|
||||
scroll-up = i3wm-wsnext
|
||||
scroll-down = i3wm-wsprev
|
||||
|
||||
cursor-click = pointer
|
||||
cursor-scroll = default
|
||||
|
||||
[bar/bottom]
|
||||
inherit = bar/top
|
||||
bottom = true
|
||||
modules-left = i3
|
||||
modules-center =
|
||||
tray-position = right
|
||||
modules-right =
|
||||
padding = 0
|
||||
height = 20
|
||||
tray-transparent = true
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
|
|
|
@ -111,7 +111,6 @@
|
|||
- 'hexchat'
|
||||
- 'htop'
|
||||
- 'hugo'
|
||||
- 'i3status'
|
||||
- 'ibus'
|
||||
- 'ibus-uniemoji'
|
||||
- 'inkscape'
|
||||
|
|
Loading…
Reference in a new issue