diff --git a/config/bspwm/bspwmrc b/config/bspwm/bspwmrc index 25f9a56..24fc304 100644 --- a/config/bspwm/bspwmrc +++ b/config/bspwm/bspwmrc @@ -2,9 +2,15 @@ pgrep -x sxhkd > /dev/null || sxhkd & -bspc monitor -d I II III IV V VI VII VIII IX X +#bspc monitor (-d or NAME) also the number that should be on that screen. +#example of reverse order on screens. +#bspc monitor Screen-1 -s Screen-2 + +#bspc monitor -d I II III IV V VI VII VIII IX X #xrandr -s 1920x1080 & +bspc monitor -d 1 2 3 4 5 6 7 8 9 0 + bspc config border_width 1 bspc config window_gap 7 diff --git a/config/polybar/config b/config/polybar/config index 55bbe07..8dd2bd4 100644 --- a/config/polybar/config +++ b/config/polybar/config @@ -65,9 +65,10 @@ module-margin-right = 3 ; Findt font name - fc-list | grep FONT NAME HER ; font-N = ; -font-0 = "DejaVu Sans:pixelsize=10;2" -font-1 = "Material Icons:style=Regular:size=11;2" -font-2 = "DejaVuSansMono Nerd Font:style=Book:size=11;2" +font-0 = "DejaVu Sans:pixelsize=11;2" +font-1 = "DejaVu Sans:pixelsize=14;2" +font-2 = "Material Icons:style=Regular:size=11;2" +font-3 = "DejaVuSansMono Nerd Font:style=Book:size=11;2" modules-left = bspwm mpd ;modules-center = mpd diff --git a/fonts/Font-Awesome-5-Brands-Regular-400.otf b/fonts/Font-Awesome-5-Brands-Regular-400.otf new file mode 100644 index 0000000..1840b93 Binary files /dev/null and b/fonts/Font-Awesome-5-Brands-Regular-400.otf differ diff --git a/fonts/Font-Awesome-5-Free-Regular-400.otf b/fonts/Font-Awesome-5-Free-Regular-400.otf new file mode 100644 index 0000000..0f55808 Binary files /dev/null and b/fonts/Font-Awesome-5-Free-Regular-400.otf differ diff --git a/fonts/Font-Awesome-5-Free-Solid-900.otf b/fonts/Font-Awesome-5-Free-Solid-900.otf new file mode 100644 index 0000000..fb8c079 Binary files /dev/null and b/fonts/Font-Awesome-5-Free-Solid-900.otf differ