Compare commits

..

No commits in common. "242ca84a2407ba843f124e56a45ed32af523e60a" and "3368693b85f65af70029f5d92a79c6ba1ebbad7b" have entirely different histories.

8 changed files with 29 additions and 42 deletions

View File

@ -18,11 +18,11 @@ setxkbmap -model evdev -layout eu
bspc monitor DP-0 -d term browser game code misc bspc monitor DP-0 -d term browser game code misc
bspc monitor DP-4 -d browser2 comm music server mail tmp bspc monitor DP-4 -d browser2 comm music server mail tmp
bspc config border_width 3 bspc config border_width 2
bspc config window_gap 18 bspc config window_gap 18
bspc config normal_border_color '#21201E' bspc config normal_border_color '#21201E'
bspc config active_border_color '#21201E' bspc config active_border_color '#21201E'
bspc config focused_border_color '#C93B59' bspc config focused_border_color '#76573A'
bspc config split_ratio 0.5 bspc config split_ratio 0.5
bspc config borderless_monocle true bspc config borderless_monocle true

View File

@ -12,4 +12,4 @@ gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1 gtk-xft-antialias=1
gtk-xft-hinting=1 gtk-xft-hinting=1
gtk-xft-hintstyle=hintmedium gtk-xft-hintstyle=hintmedium
gtk-cursor-theme-name=Qogir gtk-cursor-theme-name=Vimix-cursors

View File

@ -39,7 +39,7 @@ font-3 = JetBrainsMono Nerd Font Mono:style=bold:size=10;3
monitor = DP-0 monitor = DP-0
width = 100% width = 100%
height = 32 height = 30
padding-right = 2 padding-right = 2
enable-ipc = true enable-ipc = true
fixed-center = true fixed-center = true
@ -125,7 +125,7 @@ type = custom/text
content = | content = |
content-foreground = ${colors.disabled} content-foreground = ${colors.disabled}
content-padding = 1 content-padding = 2
[module/xwindow] [module/xwindow]
type = internal/xwindow type = internal/xwindow
@ -142,18 +142,18 @@ type = internal/pulseaudio
use-ui-max = false use-ui-max = false
format-volume = <ramp-volume> <label-volume> format-volume = <ramp-volume> <label-volume>
format-volume-foreground = ${colors.foreground} format-volume-foreground = ${colors.crystal-1}
format-volume-underline = ${colors.crystal-1} format-volume-padding = 2
format-volume-padding = 1
ramp-volume-0 = " " ramp-volume-0 = " "
ramp-volume-1 = " " ramp-volume-1 = " "
ramp-volume-2 = " " ramp-volume-2 = " "
ramp-volume-font = 1 ramp-volume-font = 1
ramp-volume-foreground = ${colors.foreground} ramp-volume-foreground = ${colors.crystal-1}
label-volume = %percentage%% label-volume = %percentage%%
label-volume-font = 3 label-volume-font = 3
; label-volume-foreground = ${colors.foreground}
format-muted-padding = 1 format-muted-padding = 2
label-muted = "" label-muted = ""
label-muted-foreground = ${colors.disabled} label-muted-foreground = ${colors.disabled}
@ -163,40 +163,36 @@ click-middle = pavucontrol
type = internal/cpu type = internal/cpu
interval = 2 interval = 2
format-padding = 1 format-padding = 2
format-prefix = " " format-prefix = " "
format-prefix-font = 1 format-prefix-font = 1
format-prefix-foreground = ${colors.foreground} format-prefix-foreground = ${colors.crystal-2}
format-prefix-underline = ${colors.crystal-2}
label = %percentage:2%% label = %percentage:2%%
label-underline = ${colors.crystal-2}
label-font = 3 label-font = 3
; label-foreground = ${colors.foreground}
[module/memory] [module/memory]
type = internal/memory type = internal/memory
interval = 2 interval = 2
format-padding = 1 format-padding = 2
format-prefix = " " format-prefix = " "
format-prefix-font = 1 format-prefix-font = 1
format-prefix-foreground = ${colors.underline} format-prefix-foreground = ${colors.crystal-3}
format-prefix-underline = ${colors.crystal-3}
label = %percentage_used:2%% label = %percentage_used:2%%
label-underline = ${colors.crystal-3}
label-font = 3 label-font = 3
; label-foreground = ${colors.foreground}
[network-base] [network-base]
type = internal/network type = internal/network
interval = 5 interval = 5
format-connected = <label-connected> format-connected = <label-connected>
format-connected-padding = 1 format-connected-padding = 2
format-connected-prefix-padding-right = 1 format-connected-prefix-padding-right = 2
format-connected-prefix-font = 1 format-connected-prefix-font = 1
format-connected-prefix-foreground = ${colors.foreground} format-connected-prefix-foreground = ${colors.crystal-4}
format-connected-prefix-underline = ${colors.crystal-4}
label-connected-font = 3 label-connected-font = 3
label-connected-underline = ${colors.crystal-4}
format-disconnected = <label-disconnected> format-disconnected = <label-disconnected>
format-disconnected-foreground = ${colors.disabled} format-disconnected-foreground = ${colors.disabled}
@ -221,17 +217,12 @@ type = internal/date
interval = 1 interval = 1
date-alt = %H:%M date-alt = %H:%M
# date = %Y-%m-%d %H:%M:%S date = %Y-%m-%d %H:%M:%S
date = %a %e %b %H:%M:%S
label = %date% label = %date%
label-foreground = ${colors.primary} label-foreground = ${colors.primary}
label-font = 3 label-font = 3
format =  <label>
format-underline = ${colors.foreground}
format-padding = 1
[settings] [settings]
screenchange-reload = true screenchange-reload = true
pseudo-transparency = true pseudo-transparency = true

3
.config/sv/picom/log/run Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
svlogd -tt .

3
.config/sv/sxhkd/log/run Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
svlogd -tt .

View File

@ -4,12 +4,6 @@
super + Return super + Return
kitty kitty
super + e
nautilus
super + f
firefox
# program launcher # program launcher
# super + space # super + space
# dmenu_run # dmenu_run

View File

@ -1,11 +1,10 @@
# DO NOT EDIT! This file will be overwritten by LXAppearance. # DO NOT EDIT! This file will be overwritten by LXAppearance.
# Any customization should be done in ~/.gtkrc-2.0.mine instead. # Any customization should be done in ~/.gtkrc-2.0.mine instead.
include "/home/hendrik/.gtkrc-2.0.mine"
gtk-theme-name="Orchis-Pink-Dark" gtk-theme-name="Orchis-Pink-Dark"
gtk-icon-theme-name="la-capitaine-icon-theme" gtk-icon-theme-name="la-capitaine-icon-theme"
gtk-font-name="Sans 10" gtk-font-name="Sans 10"
gtk-cursor-theme-name="Qogir" gtk-cursor-theme-name="Vimix-cursors"
gtk-cursor-theme-size=0 gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR

View File

@ -4,9 +4,6 @@
: ${XDG_RUNTIME_DIR:=/run/user/$(id -u)} : ${XDG_RUNTIME_DIR:=/run/user/$(id -u)}
export XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR export XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR
# : ${DBUS_SESSION_BUS_ADDRESS:=$XDG_RUNTIME_DIR/bus}
# export DBUS_SESSION_BUS_ADDRESS
: ${BROWSER:=firefox} : ${BROWSER:=firefox}
: ${EDITOR:=vim} : ${EDITOR:=vim}
: ${PAGER:=less} : ${PAGER:=less}
@ -14,10 +11,10 @@ export XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR
export BROWSER EDITOR PAGER VISUAL export BROWSER EDITOR PAGER VISUAL
for x in \ for x in \
"/usr/bin" \
"/usr/local/bin" \
"$HOME/bin" \ "$HOME/bin" \
"$HOME/.local/bin" \ "$HOME/.local/bin" \
"/usr/local/bin" \
"/usr/bin" \
; do ; do
[ -d "$x" ] || continue [ -d "$x" ] || continue
case ":${PATH}:" in case ":${PATH}:" in