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 keepassxc
|
||||||
exec dunst
|
exec dunst
|
||||||
|
|
||||||
bar {
|
|
||||||
status_command i3status
|
|
||||||
workspace_buttons no
|
|
||||||
}
|
|
||||||
|
|
||||||
exec_always --no-startup-id {{ home }}/.config/polybar/launch.sh
|
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
|
for m in $(polybar --list-monitors | cut -d":" -f1); do
|
||||||
MONITOR=$m polybar --reload top &
|
MONITOR=$m polybar --reload top &
|
||||||
|
MONITOR=$m polybar --reload bottom &
|
||||||
done
|
done
|
||||||
|
|
|
@ -16,26 +16,29 @@ height = 25
|
||||||
fixed-center = true
|
fixed-center = true
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
|
padding = 2
|
||||||
padding-right = 2
|
|
||||||
|
|
||||||
font-0 = "DejaVu Sans Mono:size=9;2"
|
font-0 = "DejaVu Sans Mono:size=9;2"
|
||||||
font-1 = "FontAwesome5FreeSolid:size=8;2"
|
font-1 = "FontAwesome5FreeSolid:size=8;2"
|
||||||
|
modules-left = xwindow
|
||||||
modules-left = i3 xwindow
|
|
||||||
modules-center = date
|
modules-center = date
|
||||||
modules-right = player_mpris_tail memory cpu wifi eno1 pulseaudio wattage battery power-menu
|
modules-right = player_mpris_tail memory cpu wifi eno1 pulseaudio wattage battery power-menu
|
||||||
|
|
||||||
module-margin = 2
|
module-margin = 2
|
||||||
|
|
||||||
wm-restack = i3
|
wm-restack = i3
|
||||||
|
|
||||||
scroll-up = i3wm-wsnext
|
scroll-up = i3wm-wsnext
|
||||||
scroll-down = i3wm-wsprev
|
scroll-down = i3wm-wsprev
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = default
|
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]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
|
|
|
@ -111,7 +111,6 @@
|
||||||
- 'hexchat'
|
- 'hexchat'
|
||||||
- 'htop'
|
- 'htop'
|
||||||
- 'hugo'
|
- 'hugo'
|
||||||
- 'i3status'
|
|
||||||
- 'ibus'
|
- 'ibus'
|
||||||
- 'ibus-uniemoji'
|
- 'ibus-uniemoji'
|
||||||
- 'inkscape'
|
- 'inkscape'
|
||||||
|
|
Loading…
Reference in a new issue