Set multi-monitor statusbar
This commit is contained in:
parent
e2c2ccb21a
commit
c221b44295
|
@ -405,7 +405,7 @@ exec --no-startup-id dbus-launch dunst --config ~/.config/dunst/dunstrc
|
||||||
#exec_always --no-startup-id autotiling
|
#exec_always --no-startup-id autotiling
|
||||||
|
|
||||||
# Autostart apps as you like
|
# Autostart apps as you like
|
||||||
exec --no-startup-id sleep 2 && wezterm
|
#exec --no-startup-id sleep 2 && wezterm
|
||||||
#exec --no-startup-id sleep 7 && firefox https://github.com/endeavouros-team/endeavouros-i3wm-setup/blob/main/force-knowledge.md
|
#exec --no-startup-id sleep 7 && firefox https://github.com/endeavouros-team/endeavouros-i3wm-setup/blob/main/force-knowledge.md
|
||||||
#exec --no-startup-id sleep 3 && thunar
|
#exec --no-startup-id sleep 3 && thunar
|
||||||
|
|
||||||
|
@ -514,17 +514,18 @@ client.background $base
|
||||||
bar {
|
bar {
|
||||||
font pango: Noto Sans Regular 12
|
font pango: Noto Sans Regular 12
|
||||||
status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
||||||
|
output primary
|
||||||
position top
|
position top
|
||||||
# i3bar_command i3bar --transparency
|
# i3bar_command i3bar --transparency
|
||||||
# it could be that you have no primary display set: set one (xrandr --output <output> --primary)
|
# it could be that you have no primary display set: set one (xrandr --output <output> --primary)
|
||||||
# reference: https://i3wm.org/docs/userguide.html#_tray_output
|
# reference: https://i3wm.org/docs/userguide.html#_tray_output
|
||||||
#tray_output primary
|
tray_output primary
|
||||||
tray_padding 0
|
tray_padding 1
|
||||||
|
|
||||||
# When strip_workspace_numbers is set to yes,
|
# When strip_workspace_numbers is set to yes,
|
||||||
# any workspace that has a name of the form
|
# any workspace that has a name of the form
|
||||||
# “[n][:][NAME]” will display only the name.
|
# “[n][:][NAME]” will display only the name.
|
||||||
strip_workspace_numbers no
|
strip_workspace_numbers yes
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
separator $mauve
|
separator $mauve
|
||||||
|
@ -544,30 +545,30 @@ strip_workspace_numbers no
|
||||||
# https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4
|
# https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4
|
||||||
# #08052be6 --> e6=90%
|
# #08052be6 --> e6=90%
|
||||||
|
|
||||||
# bar {
|
bar {
|
||||||
# font pango: Noto Sans Regular 10
|
font pango: Noto Sans Regular 10
|
||||||
# status_command i3blocks -c ~/.config/i3/i3blocks-2.conf
|
status_command i3blocks -c ~/.config/i3/i3blocks-2.conf
|
||||||
# i3bar_command i3bar --transparency
|
i3bar_command i3bar
|
||||||
# output HDMI-0
|
output nonprimary
|
||||||
# position bottom
|
position top
|
||||||
#
|
|
||||||
# When strip_workspace_numbers is set to yes,
|
# When strip_workspace_numbers is set to yes,
|
||||||
# any workspace that has a name of the form
|
# any workspace that has a name of the form
|
||||||
# “[n][:][NAME]” will display only the name.
|
# “[n][:][NAME]” will display only the name.
|
||||||
#strip_workspace_numbers yes
|
strip_workspace_numbers yes
|
||||||
##strip_workspace_name no
|
# strip_workspace_name no
|
||||||
#
|
|
||||||
# colors {
|
colors {
|
||||||
# separator $purple
|
separator $mauve
|
||||||
# background $darkbluetrans
|
background $base
|
||||||
# statusline $white
|
statusline $text
|
||||||
# border bg txt indicator
|
# border bg txt indicator
|
||||||
# focused_workspace $lighterblue $lighterblue $darkblue $purple
|
focused_workspace $pink $base $text $rosewater
|
||||||
# active_workspace $lightdblue $lightdblue $darkblue $purple
|
active_workspace $mauve $base $text $rosewater
|
||||||
# inactive_workspace $darkblue $darkblue $lightdblue $purple
|
inactive_workspace $mauve $base $text $rosewater
|
||||||
# urgent_workspace $urgentred $urgentred $white $purple
|
urgent_workspace $peach $base $peach $overlay0
|
||||||
# }
|
}
|
||||||
#}
|
}
|
||||||
|
|
||||||
#####################################
|
#####################################
|
||||||
# Application menu handled by rofi: #
|
# Application menu handled by rofi: #
|
||||||
|
@ -592,7 +593,7 @@ bindsym F10 exec rofi -show window \
|
||||||
## rofi bindings to manage clipboard (install rofi-greenclip from the AUR)
|
## rofi bindings to manage clipboard (install rofi-greenclip from the AUR)
|
||||||
|
|
||||||
#exec --no-startup-id greenclip daemon>/dev/null
|
#exec --no-startup-id greenclip daemon>/dev/null
|
||||||
#bindsym $mod+c exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard \
|
##bindsym $mod+c exec --no-startup-id rofi -modi "clipboard:greenclip print" -show clipboard \
|
||||||
# -config ~/.config/rofi/rofidmenu.rasi
|
# -config ~/.config/rofi/rofidmenu.rasi
|
||||||
|
|
||||||
include config.d/*
|
include config.d/*
|
||||||
|
|
Loading…
Reference in a new issue