Compare commits
6 Commits
3368693b85
...
242ca84a24
Author | SHA1 | Date |
---|---|---|
fanyx | 242ca84a24 | |
fanyx | f63cdede52 | |
fanyx | 9941db523a | |
fanyx | 7c9ac6355e | |
fanyx | af267888d9 | |
fanyx | 3c6ef17c89 |
|
@ -18,11 +18,11 @@ setxkbmap -model evdev -layout eu
|
|||
bspc monitor DP-0 -d term browser game code misc
|
||||
bspc monitor DP-4 -d browser2 comm music server mail tmp
|
||||
|
||||
bspc config border_width 2
|
||||
bspc config border_width 3
|
||||
bspc config window_gap 18
|
||||
bspc config normal_border_color '#21201E'
|
||||
bspc config active_border_color '#21201E'
|
||||
bspc config focused_border_color '#76573A'
|
||||
bspc config focused_border_color '#C93B59'
|
||||
|
||||
bspc config split_ratio 0.5
|
||||
bspc config borderless_monocle true
|
||||
|
|
|
@ -12,4 +12,4 @@ gtk-enable-input-feedback-sounds=1
|
|||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintmedium
|
||||
gtk-cursor-theme-name=Vimix-cursors
|
||||
gtk-cursor-theme-name=Qogir
|
||||
|
|
|
@ -39,7 +39,7 @@ font-3 = JetBrainsMono Nerd Font Mono:style=bold:size=10;3
|
|||
monitor = DP-0
|
||||
|
||||
width = 100%
|
||||
height = 30
|
||||
height = 32
|
||||
padding-right = 2
|
||||
enable-ipc = true
|
||||
fixed-center = true
|
||||
|
@ -125,7 +125,7 @@ type = custom/text
|
|||
content = |
|
||||
|
||||
content-foreground = ${colors.disabled}
|
||||
content-padding = 2
|
||||
content-padding = 1
|
||||
|
||||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
|
@ -142,18 +142,18 @@ type = internal/pulseaudio
|
|||
use-ui-max = false
|
||||
|
||||
format-volume = <ramp-volume> <label-volume>
|
||||
format-volume-foreground = ${colors.crystal-1}
|
||||
format-volume-padding = 2
|
||||
format-volume-foreground = ${colors.foreground}
|
||||
format-volume-underline = ${colors.crystal-1}
|
||||
format-volume-padding = 1
|
||||
ramp-volume-0 = " "
|
||||
ramp-volume-1 = " "
|
||||
ramp-volume-2 = " "
|
||||
ramp-volume-font = 1
|
||||
ramp-volume-foreground = ${colors.crystal-1}
|
||||
ramp-volume-foreground = ${colors.foreground}
|
||||
label-volume = %percentage%%
|
||||
label-volume-font = 3
|
||||
; label-volume-foreground = ${colors.foreground}
|
||||
|
||||
format-muted-padding = 2
|
||||
format-muted-padding = 1
|
||||
label-muted = ""
|
||||
label-muted-foreground = ${colors.disabled}
|
||||
|
||||
|
@ -163,36 +163,40 @@ click-middle = pavucontrol
|
|||
type = internal/cpu
|
||||
interval = 2
|
||||
|
||||
format-padding = 2
|
||||
format-padding = 1
|
||||
format-prefix = " "
|
||||
format-prefix-font = 1
|
||||
format-prefix-foreground = ${colors.crystal-2}
|
||||
format-prefix-foreground = ${colors.foreground}
|
||||
format-prefix-underline = ${colors.crystal-2}
|
||||
label = %percentage:2%%
|
||||
label-underline = ${colors.crystal-2}
|
||||
label-font = 3
|
||||
; label-foreground = ${colors.foreground}
|
||||
|
||||
[module/memory]
|
||||
type = internal/memory
|
||||
interval = 2
|
||||
|
||||
format-padding = 2
|
||||
format-padding = 1
|
||||
format-prefix = " "
|
||||
format-prefix-font = 1
|
||||
format-prefix-foreground = ${colors.crystal-3}
|
||||
format-prefix-foreground = ${colors.underline}
|
||||
format-prefix-underline = ${colors.crystal-3}
|
||||
label = %percentage_used:2%%
|
||||
label-underline = ${colors.crystal-3}
|
||||
label-font = 3
|
||||
; label-foreground = ${colors.foreground}
|
||||
|
||||
[network-base]
|
||||
type = internal/network
|
||||
interval = 5
|
||||
|
||||
format-connected = <label-connected>
|
||||
format-connected-padding = 2
|
||||
format-connected-prefix-padding-right = 2
|
||||
format-connected-padding = 1
|
||||
format-connected-prefix-padding-right = 1
|
||||
format-connected-prefix-font = 1
|
||||
format-connected-prefix-foreground = ${colors.crystal-4}
|
||||
format-connected-prefix-foreground = ${colors.foreground}
|
||||
format-connected-prefix-underline = ${colors.crystal-4}
|
||||
label-connected-font = 3
|
||||
label-connected-underline = ${colors.crystal-4}
|
||||
|
||||
format-disconnected = <label-disconnected>
|
||||
format-disconnected-foreground = ${colors.disabled}
|
||||
|
@ -217,12 +221,17 @@ type = internal/date
|
|||
interval = 1
|
||||
|
||||
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-foreground = ${colors.primary}
|
||||
label-font = 3
|
||||
|
||||
format = <label>
|
||||
format-underline = ${colors.foreground}
|
||||
format-padding = 1
|
||||
|
||||
[settings]
|
||||
screenchange-reload = true
|
||||
pseudo-transparency = true
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
svlogd -tt .
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
svlogd -tt .
|
|
@ -4,6 +4,12 @@
|
|||
super + Return
|
||||
kitty
|
||||
|
||||
super + e
|
||||
nautilus
|
||||
|
||||
super + f
|
||||
firefox
|
||||
|
||||
# program launcher
|
||||
# super + space
|
||||
# dmenu_run
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||
# 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-icon-theme-name="la-capitaine-icon-theme"
|
||||
gtk-font-name="Sans 10"
|
||||
gtk-cursor-theme-name="Vimix-cursors"
|
||||
gtk-cursor-theme-name="Qogir"
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
: ${XDG_RUNTIME_DIR:=/run/user/$(id -u)}
|
||||
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}
|
||||
: ${EDITOR:=vim}
|
||||
: ${PAGER:=less}
|
||||
|
@ -11,10 +14,10 @@ export XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR
|
|||
export BROWSER EDITOR PAGER VISUAL
|
||||
|
||||
for x in \
|
||||
"/usr/bin" \
|
||||
"/usr/local/bin" \
|
||||
"$HOME/bin" \
|
||||
"$HOME/.local/bin" \
|
||||
"/usr/local/bin" \
|
||||
"/usr/bin" \
|
||||
; do
|
||||
[ -d "$x" ] || continue
|
||||
case ":${PATH}:" in
|
||||
|
|
Loading…
Reference in New Issue