diff --git a/artix/herbstluftwm/autostart b/artix/herbstluftwm/autostart old mode 100755 new mode 100644 diff --git a/artix/polybar/launch.sh b/artix/polybar/launch.sh old mode 100755 new mode 100644 diff --git a/artix/polybar/scripts/bat_toggle.sh b/artix/polybar/scripts/bat_toggle.sh old mode 100755 new mode 100644 diff --git a/artix/polybar/scripts/brightnessctl.sh b/artix/polybar/scripts/brightnessctl.sh old mode 100755 new mode 100644 diff --git a/void/alacritty/alacritty.yml b/void/alacritty/alacritty.yml deleted file mode 100644 index 1ddce47..0000000 --- a/void/alacritty/alacritty.yml +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/sh -# ________ -# | _____ \ -# | | _/ / Pim Nelissen -# | | /__/ https://pim.wtf/ -# | | -# \_| - -# Alacritty config. -# Comments and examples have been removed for the sake of brevity. Please consult the alacritty GitHub for detailed example config. - -env: - TERM: xterm-256color - -window: - padding: - x: 4 - y: 4 - -# Font configuration -font: - normal: - family: RobotoMono - - # Bold font face - bold: - family: RobotoMono - style: Bold - - # Italic font face - italic: - family: RobotoMono - style: Italic - - # Point size - size: 12.0 - -colors: - # Default colors - primary: - background: '#191919' - # foreground: '#c5c8c6' - - # Vi mode cursor colors - vi_mode_cursor: - text: CellBackground - cursor: CellForeground diff --git a/void/betterlockscreen/betterlockscreenrc b/void/betterlockscreen/betterlockscreenrc deleted file mode 100755 index 524fe71..0000000 --- a/void/betterlockscreen/betterlockscreenrc +++ /dev/null @@ -1,44 +0,0 @@ -# -# ________ -# | _____ \ -# | | _/ / Pim Nelissen -# | | /__/ https://pim.wtf/ -# | | -# \_| -# -# betterlockscreen configuration file. - -# Options -display_on=0 -span_image=false -lock_timeout=300 -fx_list=(dim blur dimblur pixel dimpixel color) -dim_level=40 -blur_level=1 -pixel_scale=10,1000 -solid_color=333333 -wallpaper_cmd="nitrogen --set-zoom-fill ~/.wallpapers/sf.jpg" -quiet=false - -# Theme -loginbox=00000066 -loginshadow=00000000 -locktext="Type password to unlock..." -font="roboto-mono" -ringcolor=ffffffff -insidecolor=00000000 -separatorcolor=00000000 -ringvercolor=ffffffff -insidevercolor=00000000 -ringwrongcolor=ffffffff -insidewrongcolor=d23c3dff -timecolor=ffffffff -time_format="%H:%M:%S" -greetercolor=ffffffff -layoutcolor=ffffffff -keyhlcolor=d23c3dff -bshlcolor=d23c3dff -verifcolor=ffffffff -wrongcolor=d23c3dff -modifcolor=d23c3dff -bgcolor=000000ff diff --git a/void/bspwm/bspwmrc b/void/bspwm/bspwmrc index 49d7afb..2d59da4 100755 --- a/void/bspwm/bspwmrc +++ b/void/bspwm/bspwmrc @@ -15,7 +15,8 @@ pgrep -x sxhkd > /dev/null || sxhkd & $HOME/.config/polybar/launch.sh # Set wallpaper. -feh --bg-fill $HOME/.wallpapers/mountains.jpeg +feh --bg-fill $HOME/Pictures/Wallpapers/Forest.png +picom -b & # Load BT & Network tray applets. blueman-manager & @@ -52,3 +53,6 @@ bspc rule -a Nextcloud state=floating bspc rule -a Galculator state=floating bspc rule -a Zathura state=tiled bspc rule -a Emacs state=tiled + +bspc config normal_border_color "#34494c" +bspc config focused_border_color "#8aa9a1" diff --git a/void/kitty/kitty.conf b/void/kitty/kitty.conf new file mode 100644 index 0000000..c28d896 --- /dev/null +++ b/void/kitty/kitty.conf @@ -0,0 +1,33 @@ +font_family RobotoMono +bold_font auto +italic_font auto +bold_italic_font auto + +font_size 14.0 + + +background #101e1f +foreground #aacac1 +cursor #cccccc +selection_background #e96153 +selection_foreground #101e1f + +color0 #242426 +color8 #34494c +color1 #f8501a +color9 #f64319 +color2 #3d7155 +color10 #74eb4c +color3 #f9761d +color11 #fcc224 +color4 #2c70b7 +color12 #3393c9 +color5 #f02d4e +color13 #e75e4e +color6 #3ba0a5 +color14 #4ebce5 +color7 #8aa9a1 +color15 #8b735a + +# vim:fileencoding=utf-8:ft=conf + diff --git a/void/picom/picom.conf b/void/picom/picom.conf index 49b212a..34f32e8 100644 --- a/void/picom/picom.conf +++ b/void/picom/picom.conf @@ -10,12 +10,11 @@ # Main settings. backend = "glx"; experimental-backends = true; -vsync = "true"; -refresh-rate = 60; +vsync = true; # Opacity and dimming. -active-opacity = 0.92; -inactive-opacity = 0.92; +active-opacity = 1.0; +inactive-opacity = 1.0; frame-opacity = 1.0; opacity = 1.0 inactive-opacity-override = false @@ -23,47 +22,17 @@ inactive-dim = 0.0 inactive-dim-fixed = 1.0 focus-exclude = [] -# Opacity exceptions. -opacity-rule = [ - "100:name *= 'Netflix'", - "100:name *= 'RawTherapee'", - "100:name *= 'YouTube'", - "100:name *= 'Invidious'", - "100:name *= 'mpv'", - "100:name *= 'GIMP'", - "100:name *= 'Minecraft'", - "100:name *= 'Piped'", - "100:name *= 'QEMU'" -]; - -# Blur -blur: -{ - method = "dual_kawase"; - strength = 3; - deviation = 1.0; - background = false; - background-frame = false; - background-fixed = false; - kern = "3x3box" -} - # Shadows shadow = true; -shadow-opacity = 0.5; -shadow-radius = 15; -shadow-offset-x = -15; -shadow-offset-y = -15; - -# Corners -corner-radius = 12; -round-borders = 1; +shadow-opacity = 0.8; +shadow-radius = 20; +shadow-offset-x = -20; +shadow-offset-y = -20; wintypes: { normal = { fade = false; shadow = true; } tooltip = { fade = true; shadow = true; opacity = 0.9; focus = true; full-shadow = false; }; - dock = { shadow = false; } dnd = { shadow = false; } popup_menu = { opacity = 0.9; } dropdown_menu = { opacity = 1.0; } diff --git a/void/polybar/.config_backup b/void/polybar/.config_backup deleted file mode 100644 index 083516f..0000000 --- a/void/polybar/.config_backup +++ /dev/null @@ -1,233 +0,0 @@ -;========================================================== -; -; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ -; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ -; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ -; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ -; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ -; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ -; -;========================================================== - -[colors] -;background = ${xrdb:color0:#222} -background = #222 -background-alt = #444 -;foreground = ${xrdb:color7:#222} -foreground = #dfdfdf -foreground-alt = #555 -primary = #ffb52a -secondary = #e60053 -alert = #bd2c40 - -[bar/example] -;monitor = ${env:MONITOR:HDMI-1} -width = 100% -height = 32 -;offset-x = 1% -;offset-y = 1% -radius = 1.0 -fixed-center = true - -background = ${colors.background} -foreground = ${colors.foreground} - -line-size = 3 -line-color = #f00 - -border-size = 4 -border-color = #00000000 - -padding-left = 0 -padding-right = 1 - -module-margin-left = 1 -module-margin-right = 1 - -font-0 = RobotoMono:pixelsize=10;1 -font-1 = noto-fonts-emoji:pixelsize=10;1 - -modules-left = bspwm -modules-center = mpd -modules-right = backlight-acpi battery wlan date powermenu - -tray-position = right -tray-padding = 1 -;tray-background = #0063ff - -wm-restack = bspwm - -cursor-click = pointer -cursor-scroll = ns-resize - -[module/bspwm] -type = internal/bspwm - -label-focused = %index% -label-focused-background = ${colors.background-alt} -label-focused-underline= ${colors.primary} -label-focused-padding = 2 - -label-occupied = %index% -label-occupied-padding = 2 - -label-urgent = %index%! -label-urgent-background = ${colors.alert} -label-urgent-padding = 2 - -label-empty = %index% -label-empty-foreground = ${colors.foreground-alt} -label-empty-padding = 2 - -; Separator in between workspaces -; label-separator = | - -[module/xbacklight] -type = internal/xbacklight - -format =