Remove more X stuff
This commit is contained in:
parent
aa02997b44
commit
e099b3269d
|
@ -1,408 +0,0 @@
|
||||||
; ############################ ;
|
|
||||||
; ######### COLORS ######### ;
|
|
||||||
; ############################ ;
|
|
||||||
|
|
||||||
[colors]
|
|
||||||
foreground = ${xrdb:color7:#222222}
|
|
||||||
background = ${xrdb:color0:#111111}
|
|
||||||
|
|
||||||
tray-bg = #222222
|
|
||||||
|
|
||||||
icon = #555555
|
|
||||||
|
|
||||||
good = ${xrdb:color2}
|
|
||||||
neutral = ${xrdb:color3}
|
|
||||||
bad = ${xrdb:color1}
|
|
||||||
|
|
||||||
active = ${xrdb:color4}
|
|
||||||
alert = ${xrdb:color1}
|
|
||||||
bar-bg = ${xrdb:color3}
|
|
||||||
sysres = ${xrdb:color5}
|
|
||||||
levels = ${xrdb:color3}
|
|
||||||
net = ${xrdb:color1}
|
|
||||||
|
|
||||||
cpu = ${colors.sysres}
|
|
||||||
memory = ${colors.sysres}
|
|
||||||
filesystem = ${colors.sysres}
|
|
||||||
thermal = ${xrdb:color2}
|
|
||||||
|
|
||||||
battery-charging = ${colors.good}
|
|
||||||
battery-full = ${colors.good}
|
|
||||||
battery-discharging = ${colors.neutral}
|
|
||||||
; battery- = ${colors.good}
|
|
||||||
|
|
||||||
time = ${colors.foreground}
|
|
||||||
|
|
||||||
; ########################### ;
|
|
||||||
; ########## BAR ########## ;
|
|
||||||
; ########################### ;
|
|
||||||
|
|
||||||
[bar/lytedev]
|
|
||||||
monitor = ${xrdb:polybar.display_monitor:HDMI-1}
|
|
||||||
width = ${xrdb:polybar.width:100%-200}
|
|
||||||
height = ${xrdb:polybar.height:40}
|
|
||||||
offset-x = ${xrdb:polybar.offset_x:100}
|
|
||||||
offset-y = ${xrdb:polybar.offset_y:100}
|
|
||||||
radius = 0.0
|
|
||||||
fixed-center = true
|
|
||||||
bottom = ${xrdb:polybar.bottom_of_display:true}
|
|
||||||
dpi = ${xrdb:dpi:92}
|
|
||||||
|
|
||||||
background = ${colors.background}
|
|
||||||
foreground = ${colors.foreground}
|
|
||||||
|
|
||||||
line-size = 0
|
|
||||||
line-color = ${colors.foreground}
|
|
||||||
|
|
||||||
border-size = 0
|
|
||||||
border-color = #00000000
|
|
||||||
|
|
||||||
padding-left = 0
|
|
||||||
padding-right = 0
|
|
||||||
|
|
||||||
module-margin-left = 1
|
|
||||||
module-margin-right = 1
|
|
||||||
|
|
||||||
font-0 = ${xrdb:polybar.primary_font}
|
|
||||||
font-1 = ${xrdb:polybar.secondary_font}
|
|
||||||
|
|
||||||
modules-left = bspwm
|
|
||||||
modules-center = date
|
|
||||||
modules-right = cpu filesystem memory volume xbacklight xkeyboard temperature battery microphone
|
|
||||||
|
|
||||||
tray-position = right
|
|
||||||
tray-padding = 0
|
|
||||||
tray-background = ${colors.tray-bg}
|
|
||||||
|
|
||||||
wm-restack = bspwm
|
|
||||||
|
|
||||||
override-redirect = true
|
|
||||||
|
|
||||||
; scroll-up = bspwm-desknext
|
|
||||||
; scroll-down = bspwm-deskprev
|
|
||||||
|
|
||||||
; ############################ ;
|
|
||||||
; ########### FS ########### ;
|
|
||||||
; ############################ ;
|
|
||||||
|
|
||||||
[module/filesystem]
|
|
||||||
type = internal/fs
|
|
||||||
interval = 25
|
|
||||||
|
|
||||||
mount-0 = ${xrdb:polybar.storage_volume:/}
|
|
||||||
|
|
||||||
format = <label-mounted>
|
|
||||||
label-mounted = %free%
|
|
||||||
label-mounted-foreground = ${colors.filesystem}
|
|
||||||
format-mounted-prefix = " "
|
|
||||||
format-mounted-prefix-foreground = ${colors.icon}
|
|
||||||
|
|
||||||
; ########################### ;
|
|
||||||
; ######### BSPWM ######### ;
|
|
||||||
; ########################### ;
|
|
||||||
|
|
||||||
[module/bspwm]
|
|
||||||
; ws-icon-0 = 1;
|
|
||||||
; ws-icon-1 = 2;
|
|
||||||
; ws-icon-2 = 3;
|
|
||||||
; ws-icon-3 = 4;
|
|
||||||
; ws-icon-4 = 5;
|
|
||||||
; ws-icon-5 = 6;
|
|
||||||
; ws-icon-6 = 7;
|
|
||||||
; ws-icon-7 = 8;
|
|
||||||
; ws-icon-8 = 9;
|
|
||||||
; ws-icon-9 = 10;
|
|
||||||
; ws-icon-default = ♟
|
|
||||||
; misc icon:
|
|
||||||
|
|
||||||
ws-icon-0 = 1;1
|
|
||||||
ws-icon-1 = 2;2
|
|
||||||
ws-icon-2 = 3;3
|
|
||||||
ws-icon-3 = 4;4
|
|
||||||
ws-icon-4 = 5;5
|
|
||||||
ws-icon-5 = 6;6
|
|
||||||
ws-icon-6 = 7;7
|
|
||||||
ws-icon-7 = 8;8
|
|
||||||
ws-icon-8 = 9;9
|
|
||||||
ws-icon-9 = 10;0
|
|
||||||
ws-icon-default = -
|
|
||||||
; misc icon: -
|
|
||||||
|
|
||||||
label-focused-font = 1
|
|
||||||
label-occupied-font = 1
|
|
||||||
label-urgent-font = 1
|
|
||||||
label-empty-font = 1
|
|
||||||
|
|
||||||
type = internal/bspwm
|
|
||||||
pin-workspaces = false
|
|
||||||
|
|
||||||
label-focused = %icon%
|
|
||||||
label-focused-background = ${colors.active}
|
|
||||||
label-focused-foreground = ${colors.background}
|
|
||||||
label-focused-padding = 2
|
|
||||||
|
|
||||||
label-occupied = %icon%
|
|
||||||
label-occupied-padding = 2
|
|
||||||
|
|
||||||
label-urgent = %icon%
|
|
||||||
label-urgent-background = ${colors.alert}
|
|
||||||
label-urgent-padding = 2
|
|
||||||
|
|
||||||
label-empty = %icon%
|
|
||||||
label-empty-foreground = ${colors.icon}
|
|
||||||
label-empty-padding = 2
|
|
||||||
|
|
||||||
; ########################### ;
|
|
||||||
; ########## MPD ########## ;
|
|
||||||
; ########################### ;
|
|
||||||
|
|
||||||
[module/mpd]
|
|
||||||
type = internal/mpd
|
|
||||||
format-online = <icon-prev> <toggle> <label-song> <icon-stop> <icon-next>
|
|
||||||
|
|
||||||
icon-prev =
|
|
||||||
icon-stop =
|
|
||||||
icon-play =
|
|
||||||
icon-pause =
|
|
||||||
icon-next =
|
|
||||||
|
|
||||||
label-song-maxlen = 25
|
|
||||||
label-song-ellipsis = true
|
|
||||||
|
|
||||||
; ########################### ;
|
|
||||||
; ####### BACKLIGHT ####### ;
|
|
||||||
; ########################### ;
|
|
||||||
|
|
||||||
[module/xbacklight]
|
|
||||||
type = internal/xbacklight
|
|
||||||
|
|
||||||
format = <label> <bar>
|
|
||||||
format-foreground = ${colors.icon}
|
|
||||||
label =
|
|
||||||
|
|
||||||
bar-width = 5
|
|
||||||
bar-indicator = |
|
|
||||||
bar-indicator-foreground = ${colors.foreground}
|
|
||||||
bar-indicator-font = 1
|
|
||||||
bar-fill = ─
|
|
||||||
; bar-fill = -
|
|
||||||
bar-fill-font = 1
|
|
||||||
bar-fill-foreground = ${colors.bar-bg}
|
|
||||||
bar-empty = ─
|
|
||||||
; bar-empty = -
|
|
||||||
bar-empty-font = 1
|
|
||||||
bar-empty-foreground = ${colors.bar-bg}
|
|
||||||
|
|
||||||
; ########################### ;
|
|
||||||
; ########## CPU ########## ;
|
|
||||||
; ########################### ;
|
|
||||||
|
|
||||||
[module/cpu]
|
|
||||||
type = internal/cpu
|
|
||||||
interval = 2
|
|
||||||
format-prefix = " "
|
|
||||||
format-prefix-foreground = ${colors.icon}
|
|
||||||
label = %percentage-cores%
|
|
||||||
label-foreground = ${colors.cpu}
|
|
||||||
|
|
||||||
; ########################## ;
|
|
||||||
; ######## MEMORY ######## ;
|
|
||||||
; ########################## ;
|
|
||||||
|
|
||||||
[module/memory]
|
|
||||||
type = internal/memory
|
|
||||||
interval = 2
|
|
||||||
format-prefix = " "
|
|
||||||
format-prefix-foreground = ${colors.icon}
|
|
||||||
label = %gb_free%
|
|
||||||
label-foreground = ${colors.memory}
|
|
||||||
|
|
||||||
; ########################## ;
|
|
||||||
; ######### WIFI ######### ;
|
|
||||||
; ########################## ;
|
|
||||||
|
|
||||||
[module/wifi]
|
|
||||||
type = internal/network
|
|
||||||
interface = ${xrdb:polybar.wireless_interface}
|
|
||||||
interval = 10.0
|
|
||||||
|
|
||||||
;format-connected = <ramp-signal> <label-connected>
|
|
||||||
format-connected-prefix = " "
|
|
||||||
format-connected-prefix-foreground = ${colors.icon}
|
|
||||||
|
|
||||||
format-connected = <label-connected>
|
|
||||||
label-connected = "%essid% %downspeed% %upspeed%"
|
|
||||||
label-connected-foreground = ${colors.wifi-connected}
|
|
||||||
|
|
||||||
format-disconnected-prefix = " "
|
|
||||||
format-disconnected-prefix-foreground = ${colors.icon}
|
|
||||||
|
|
||||||
format-disconnected = "N/A"
|
|
||||||
; format-disconnected = <label-disconnected>
|
|
||||||
; format-disconnected-underline = ${self.format-connected-underline}
|
|
||||||
; label-disconnected = %ifname% disconnected
|
|
||||||
; label-disconnected-foreground = ${colors.wifi-disconnected}
|
|
||||||
|
|
||||||
ramp-signal-0 =
|
|
||||||
ramp-signal-1 =
|
|
||||||
ramp-signal-2 =
|
|
||||||
ramp-signal-3 =
|
|
||||||
ramp-signal-4 =
|
|
||||||
|
|
||||||
[module/eth]
|
|
||||||
type = internal/network
|
|
||||||
interface = ${xrdb:polybar.ethernet_interface}
|
|
||||||
interval = 10.0
|
|
||||||
|
|
||||||
format-connected-prefix = " "
|
|
||||||
format-connected-prefix-foreground = ${colors.icon}
|
|
||||||
label-connected = %upspeed% %downspeed%
|
|
||||||
label-connected-foreground = ${colors.eth-connected}
|
|
||||||
|
|
||||||
format-disconnected = N/A
|
|
||||||
; format-disconnected = <label-disconnected>
|
|
||||||
; format-disconnected-underline = 0
|
|
||||||
; label-disconnected = %ifname% disconnected
|
|
||||||
; label-disconnected-foreground = ${colors.eth-disconnected}
|
|
||||||
|
|
||||||
; ########################### ;
|
|
||||||
; ######### CLOCK ######### ;
|
|
||||||
; ########################### ;
|
|
||||||
|
|
||||||
[module/date]
|
|
||||||
type = internal/date
|
|
||||||
interval = 1
|
|
||||||
|
|
||||||
date = "%a %Y-%m-%d "
|
|
||||||
date-alt =
|
|
||||||
|
|
||||||
time = %H:%M:%S
|
|
||||||
time-alt = %H:%M
|
|
||||||
|
|
||||||
label-foreground = ${colors.time}
|
|
||||||
format-prefix = " "
|
|
||||||
format-prefix-foreground = ${colors.icon}
|
|
||||||
|
|
||||||
label = %date%%time%
|
|
||||||
|
|
||||||
; ########################## ;
|
|
||||||
; ######## VOLUME ######## ;
|
|
||||||
; ########################## ;
|
|
||||||
|
|
||||||
[module/volume]
|
|
||||||
type = internal/alsa
|
|
||||||
|
|
||||||
format-volume = <label-volume> <bar-volume>
|
|
||||||
label-volume =
|
|
||||||
label-volume-foreground = ${colors.icon}
|
|
||||||
|
|
||||||
format-muted-prefix = " "
|
|
||||||
format-muted-foreground = ${colors.icon}
|
|
||||||
label-muted = M
|
|
||||||
|
|
||||||
bar-volume-width = 5
|
|
||||||
bar-volume-foreground-0 = ${colors.bar-bg}
|
|
||||||
bar-volume-foreground-1 = ${colors.bar-bg}
|
|
||||||
bar-volume-foreground-2 = ${colors.bar-bg}
|
|
||||||
bar-volume-foreground-3 = ${colors.bar-bg}
|
|
||||||
bar-volume-foreground-4 = ${colors.bar-bg}
|
|
||||||
bar-volume-foreground-5 = ${colors.bar-bg}
|
|
||||||
bar-volume-foreground-6 = ${colors.bar-bg}
|
|
||||||
bar-volume-gradient = false
|
|
||||||
bar-volume-indicator = |
|
|
||||||
bar-volume-indicator-font = 1
|
|
||||||
bar-volume-fill = ─
|
|
||||||
bar-volume-fill-font = 1
|
|
||||||
bar-volume-empty = ─
|
|
||||||
bar-volume-empty-font = 1
|
|
||||||
bar-volume-empty-foreground = ${colors.icon}
|
|
||||||
|
|
||||||
; ######################### ;
|
|
||||||
; ####### BATTERY ####### ;
|
|
||||||
; ######################### ;
|
|
||||||
|
|
||||||
[module/battery]
|
|
||||||
type = internal/battery
|
|
||||||
battery = BAT0
|
|
||||||
adapter = ADP1
|
|
||||||
full-at = 98
|
|
||||||
|
|
||||||
label-discharging-foreground = ${colors.battery-discharging}
|
|
||||||
label-charging-foreground = ${colors.battery-charging}
|
|
||||||
label-full-foreground = ${colors.battery-full}
|
|
||||||
|
|
||||||
format-charging = <animation-charging> <label-charging>
|
|
||||||
|
|
||||||
format-discharging-prefix =
|
|
||||||
format-discharging-prefix-foreground = ${colors.icon}
|
|
||||||
format-discharging = <ramp-capacity> <label-discharging>
|
|
||||||
|
|
||||||
format-charging-prefix =
|
|
||||||
format-charging-prefix-foreground = ${colors.icon}
|
|
||||||
|
|
||||||
format-full-prefix = " "
|
|
||||||
format-full-prefix-foreground = ${colors.icon}
|
|
||||||
|
|
||||||
ramp-capacity-0 = ""
|
|
||||||
ramp-capacity-1 = ""
|
|
||||||
ramp-capacity-2 = ""
|
|
||||||
ramp-capacity-foreground = ${colors.icon}
|
|
||||||
|
|
||||||
animation-charging-0 = ""
|
|
||||||
animation-charging-1 = ""
|
|
||||||
animation-charging-2 = ""
|
|
||||||
animation-charging-foreground = ${colors.icon}
|
|
||||||
animation-charging-framerate = 1000
|
|
||||||
|
|
||||||
; ########################## ;
|
|
||||||
; ####### THERMALS ####### ;
|
|
||||||
; ########################## ;
|
|
||||||
|
|
||||||
[module/temperature]
|
|
||||||
type = internal/temperature
|
|
||||||
thermal-zone = 0
|
|
||||||
warn-temperature = 60
|
|
||||||
|
|
||||||
format = <ramp><label>
|
|
||||||
format-warn = <ramp> <label-warn>
|
|
||||||
label-foreground = ${colors.thermal}
|
|
||||||
format-prefix =
|
|
||||||
format-prefix-foreground = ${colors.icon}
|
|
||||||
|
|
||||||
label = %temperature-c%
|
|
||||||
label-warn = %temperature-c%
|
|
||||||
label-warn-foreground = ${colors.icon}
|
|
||||||
|
|
||||||
ramp-0 = " "
|
|
||||||
ramp-1 = " "
|
|
||||||
ramp-2 = " "
|
|
||||||
ramp-foreground = ${colors.icon}
|
|
||||||
|
|
||||||
; ######################## ;
|
|
||||||
; ###### SETTINGS ###### ;
|
|
||||||
; ######################## ;
|
|
||||||
|
|
||||||
[settings]
|
|
||||||
screenchange-reload = true
|
|
||||||
pseudo-transparency = false
|
|
||||||
compositing-background = source
|
|
||||||
compositing-foreground = source
|
|
||||||
compositing-border = source
|
|
||||||
|
|
||||||
; ######################### ;
|
|
||||||
; ####### GLOBALS ####### ;
|
|
||||||
; ######################### ;
|
|
||||||
|
|
||||||
[global/wm]
|
|
||||||
margin-top = ${xrdb:polybar.margin:0}
|
|
||||||
margin-bottom = ${xrdb:polybar.margin:0}
|
|
||||||
|
|
||||||
[module/microphone]
|
|
||||||
type = custom/script
|
|
||||||
exec = $DOTFILES_PATH/apps/de/polybar/mic.sh
|
|
||||||
tail = true
|
|
||||||
format = <label>
|
|
||||||
label-foreground = ${colors.background}
|
|
||||||
label = %output%
|
|
||||||
click-left = kill -USR1 %pid%
|
|
||||||
format-margin = 0
|
|
|
@ -1,38 +0,0 @@
|
||||||
#!/usr/bin/env sh
|
|
||||||
|
|
||||||
pidfile="/var/run/user/$(id -u)/polybar-mic-script.sh.pid"
|
|
||||||
|
|
||||||
if [ -e "$pidfile" ]; then
|
|
||||||
kill "$(cat "${pidfile}")" > /dev/null 2>&1
|
|
||||||
cleanup
|
|
||||||
fi
|
|
||||||
|
|
||||||
cleanup() {
|
|
||||||
rm -f "$pidfile"
|
|
||||||
}
|
|
||||||
|
|
||||||
print_status() {
|
|
||||||
if amixer get Capture | grep -q '\[off\]'; then
|
|
||||||
# red means recording
|
|
||||||
echo "%{B$(xrdb -query | grep -Po 'color4:.*#\K\w[0-9a-f]+')} "
|
|
||||||
else
|
|
||||||
# blue means nobody can hear you scream
|
|
||||||
echo "%{B$(xrdb -query | grep -Po 'color1:.*#\K\w[0-9a-f]+')} "
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
toggle() {
|
|
||||||
amixer set Capture toggle > /dev/null 2>&1
|
|
||||||
print_status
|
|
||||||
}
|
|
||||||
|
|
||||||
trap "cleanup" EXIT
|
|
||||||
trap "toggle" USR1
|
|
||||||
|
|
||||||
echo $$ > "$pidfile"
|
|
||||||
|
|
||||||
while true; do
|
|
||||||
print_status
|
|
||||||
sleep 1 &
|
|
||||||
wait
|
|
||||||
done
|
|
|
@ -1,25 +0,0 @@
|
||||||
#!/usr/bin/env sh
|
|
||||||
|
|
||||||
height="$(xrq polybar.height)"
|
|
||||||
margin="$(xrq polybar.margin)"
|
|
||||||
yoffset="$(xrq polybar.offset_y)"
|
|
||||||
window_margin="$(xrq bspwm.window_gap)"
|
|
||||||
eheight="$((height + margin + yoffset))"
|
|
||||||
bar_monitor="$(xrq polybar.display_monitor)"
|
|
||||||
|
|
||||||
# export BAR_FONT_DECLARATION="${BAR_FONT}:pixelsize=${BAR_FONT_SIZE};1"
|
|
||||||
# export BAR_ICON_FONT_DECLARATION="${BAR_ICON_FONT}:style=Solid:pixelsize=${BAR_ICON_FONT_SIZE};1"
|
|
||||||
# export BAR_ICON_FONT_2_DECLARATION="${BAR_ICON_FONT_2}:style=Regular:pixelsize=${BAR_ICON_FONT_SIZE};1"
|
|
||||||
|
|
||||||
# TODO: if bspwm is the active window manager
|
|
||||||
if has_command bspc; then
|
|
||||||
if [ ! "$(xrq polybar.bottom_of_display)" -eq 1 ]; then
|
|
||||||
bspc config -m "${bar_monitor}" top_padding "$eheight"
|
|
||||||
bspc config -m "${bar_monitor}" bottom_padding "0"
|
|
||||||
else
|
|
||||||
bspc config -m "${bar_monitor}" top_padding "0"
|
|
||||||
bspc config -m "${bar_monitor}" bottom_padding "$eheight"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
polybar lytedev
|
|
|
@ -1,100 +0,0 @@
|
||||||
! font
|
|
||||||
#define mono_font Iosevka
|
|
||||||
#define mono_font_size 14
|
|
||||||
#define bar_font_size 12
|
|
||||||
#define mono_font_letterspace 0
|
|
||||||
#define icon_font Font Awesome 5 Free Solid
|
|
||||||
#define icon_font_size 12
|
|
||||||
#define bold_mono_font iosevka-lyte Semibold
|
|
||||||
#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.reverse_monitor_desktops: 0
|
|
||||||
bspwm.split_ratio: 0.5
|
|
||||||
bspwm.start_compton: 0
|
|
||||||
bspwm.start_bar: 1
|
|
||||||
|
|
||||||
! polybar
|
|
||||||
polybar.primary_font: mono_font:pixelsize=bar_font_size;1
|
|
||||||
polybar.secondary_font: icon_font:style=Regular:pixelsize=icon_font_size;1
|
|
||||||
polybar.display_monitor: DisplayPort-0
|
|
||||||
polybar.bottom_of_display: 1
|
|
||||||
polybar.margin: window_margin
|
|
||||||
polybar.storage_volume: /
|
|
||||||
polybar.ethernet_interface: eth0
|
|
||||||
polybar.wireless_interface: wan0
|
|
||||||
polybar.width: 100%
|
|
||||||
polybar.height: 40
|
|
||||||
! if you have a margin value, be sure to include that in your offsets
|
|
||||||
polybar.offset_x: 0
|
|
||||||
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
|
|
||||||
rofi.sort: true
|
|
||||||
rofi.sorting-method: fzf
|
|
Reference in a new issue