! font #define mono_font iosevka-lyte #define mono_font_size 14 #define mono_font_letterspace 0 #define bold_mono_font iosevka-lyte Semibold #define icon_font Font Awesome 5 Free #define emoji_font Noto Emoji #define font_fallback_stack xft:icon_font,xft:FreeSans ! window spacing #define window_padding 24 #define window_border 5 #define window_margin 0 ! dpi #define base_dpi 92 ! alternatives !#define mono_font scientifica !#define mono_font_size 11 !#define mono_font curie !#define mono_font_size 10 ! font *.font: xft:mono_font:pixelsize=mono_font_size,xft:emoji_font,font_fallback_stack *.boldFont: xft:bold_mono_font:pixelsize=mono_font_size *.letterSpace: mono_font_letterspace ! rxvt-unicode URxvt.termName: rxvt-unicode URxvt.scrollBar: false URxvt.cursorUnderline: true URxvt.cursorBlink: true URxvt.intensityStyles: true URxvt.utf8: 1 URxvt.scaleHeight: 1 URxvt.depth: 32 URxvt.internalBorder: window_padding URxvt.perl-ext-common: default,matcher,resize-font URxvt.keysym.M-Escape: perl:keyboard-select:activate URxvt.resize-font.smaller: C-Down URxvt.resize-font.bigger: C-Up URxvt.url-launcher: /usr/bin/xdg-open URxvt.matcher.button: 1 URxvt.iso14755: False ! misc Xcursor.theme: human ! dpi dpi: base_dpi .dpi: base_dpi *dpi: base_dpi Xft.dpi: base_dpi ! font rendering ! TODO: is this still relevant? *autohint: 0 *lcdfilter: lcddefault *hintstyle: hintfull *hinting: 1 *antialias: 1 *rgba: rgb ! bspwm bspwm.window_gap: window_margin bspwm.border_width: window_border bspwm.num_desktops: 10 bspwm.reverse_desktop_ordering: 0 bspwm.split_ratio: 0.5 ! polybar polybar.primary_font: xft:mono_font:pixelsize=mono_font_size polybar.secondary_font: xft:icon_font:pixelsize=mono_font_size polybar.display_monitor: HDMI-1 polybar.bottom_of_display: true polybar.margin: window_margin polybar.storage_volume: / polybar.ethernet_interface: eth0 polybar.wireless_interface: wan0 polybar.width: 100%:-100 polybar.height: 40 ! if you have a margin value, be sure to include that in your offsets polybar.offset_x: 50 polybar.offset_y: 0 ! rofi rofi.font: mono_font mono_font_size rofi.padding: window_padding rofi.bw: window_border rofi.color-enabled: true rofi.monitor: -4 rofi.width: 600