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
|
||||
|
||||
# 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 3 && thunar
|
||||
|
||||
|
@ -514,17 +514,18 @@ client.background $base
|
|||
bar {
|
||||
font pango: Noto Sans Regular 12
|
||||
status_command i3blocks -c ~/.config/i3/i3blocks.conf
|
||||
output primary
|
||||
position top
|
||||
# i3bar_command i3bar --transparency
|
||||
# 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
|
||||
#tray_output primary
|
||||
tray_padding 0
|
||||
tray_output primary
|
||||
tray_padding 1
|
||||
|
||||
# When strip_workspace_numbers is set to yes,
|
||||
# any workspace that has a name of the form
|
||||
# “[n][:][NAME]” will display only the name.
|
||||
strip_workspace_numbers no
|
||||
strip_workspace_numbers yes
|
||||
|
||||
colors {
|
||||
separator $mauve
|
||||
|
@ -544,30 +545,30 @@ strip_workspace_numbers no
|
|||
# https://gist.github.com/lopspower/03fb1cc0ac9f32ef38f4
|
||||
# #08052be6 --> e6=90%
|
||||
|
||||
# bar {
|
||||
# font pango: Noto Sans Regular 10
|
||||
# status_command i3blocks -c ~/.config/i3/i3blocks-2.conf
|
||||
# i3bar_command i3bar --transparency
|
||||
# output HDMI-0
|
||||
# position bottom
|
||||
#
|
||||
bar {
|
||||
font pango: Noto Sans Regular 10
|
||||
status_command i3blocks -c ~/.config/i3/i3blocks-2.conf
|
||||
i3bar_command i3bar
|
||||
output nonprimary
|
||||
position top
|
||||
|
||||
# When strip_workspace_numbers is set to yes,
|
||||
# any workspace that has a name of the form
|
||||
# “[n][:][NAME]” will display only the name.
|
||||
#strip_workspace_numbers yes
|
||||
##strip_workspace_name no
|
||||
#
|
||||
# colors {
|
||||
# separator $purple
|
||||
# background $darkbluetrans
|
||||
# statusline $white
|
||||
# border bg txt indicator
|
||||
# focused_workspace $lighterblue $lighterblue $darkblue $purple
|
||||
# active_workspace $lightdblue $lightdblue $darkblue $purple
|
||||
# inactive_workspace $darkblue $darkblue $lightdblue $purple
|
||||
# urgent_workspace $urgentred $urgentred $white $purple
|
||||
# }
|
||||
#}
|
||||
strip_workspace_numbers yes
|
||||
# strip_workspace_name no
|
||||
|
||||
colors {
|
||||
separator $mauve
|
||||
background $base
|
||||
statusline $text
|
||||
# border bg txt indicator
|
||||
focused_workspace $pink $base $text $rosewater
|
||||
active_workspace $mauve $base $text $rosewater
|
||||
inactive_workspace $mauve $base $text $rosewater
|
||||
urgent_workspace $peach $base $peach $overlay0
|
||||
}
|
||||
}
|
||||
|
||||
#####################################
|
||||
# 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)
|
||||
|
||||
#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
|
||||
|
||||
include config.d/*
|
||||
|
|
Loading…
Reference in a new issue