Pushing changes before a distrohop.

This commit is contained in:
Derek Taylor
2020-08-07 18:47:56 -05:00
parent a8e80e3646
commit c00618a23a
7 changed files with 25 additions and 12 deletions

View File

@@ -8,6 +8,7 @@
# A customized configuration for herbstluftwm (http://www.herbstluftwm.org)
# Modified by Derek Taylor (http://www.gitlab.com/dwt1/ )
hc() {
herbstclient "$@"
}
@@ -17,6 +18,7 @@ hc emit_hook reload
xsetroot -solid '#5A8E3A'
picom &
nitrogen --restore &
lxsession &
# Uncomment the following lines to use xmobar as the panel
# Remember to comment out the last 8 lines of this config, so that
@@ -36,6 +38,7 @@ hc keybind $Mod-Shift-r reload
hc keybind $Mod-Shift-c close
hc keybind $Mod-Return spawn $myTerm
hc keybind $Mod-e spawn $myEditor
hc keybind Mod1-Control-Return spawn ./xmenu/xmenu.sh
# Dmenu launcher
hc keybind $Mod-Shift-Return spawn dmenu_run -fn 'Mononoki Nerd Font:size=10' -nb '#292d3e' -nf '#bbc5ff' -sb '#82AAFF' -sf '#292d3e' -p 'dmenu:'
@@ -199,7 +202,7 @@ herbstclient set tree_style '╾│ ├└╼─┐'
# hc set_monitors 1280x1024+0+0 1280x1024+1280+0
# or simply:
# hc detect_monitors
hc set_monitors 1920x1060+0+22 1920x1060+1920+22 1920x1060+3840+22
hc set_monitors 1920x1060+0+20 1920x1060+1920+20 1920x1060+3840+20
# find the panel
panel=~/.config/herbstluftwm/panel.sh

View File

@@ -37,7 +37,6 @@ opacity-rule = [ "99:name *?= 'Call'",
"100:name *?= 'httping'",
"100:name *?= 'xmobar'",
"94:name *?= 'mocp'",
"100:class_g *?= 'emacs'",
"100:class_g *?= 'surf' && name *?='suckless.org'",
"100:class_g *?= 'tabbed'",
"100:name *?= 'newsboat'",

View File

@@ -46,8 +46,8 @@ format-offset =
[colors]
; Nord theme ============
background = #292d3e
foreground = #c0c5ce
background = #282c34
foreground = #abb2bf
alert = #bd2c40
volume-min = #a3be8c
volume-med = #ebcb8b
@@ -409,7 +409,7 @@ font-2 = "Font Awesome 5 Free:style=Regular:pixelsize=8;1"
font-3 = "Font Awesome 5 Free:style=Solid:pixelsize=8;1"
font-4 = "Font Awesome 5 Brands:pixelsize=8;1"
modules-left = ewmh xwindow
modules-left = xmenu ewmh xwindow
modules-center =
modules-right = arrow1 networkspeedup networkspeeddown arrow2 memory2 arrow3 cpu2 arrow2 pavolume arrow3 arch-aur-updates arrow2 date
@@ -1623,6 +1623,16 @@ label-indicator-margin = 1
label-indicator-background = ${colors.background}
label-indicator-underline = ${colors.foreground}
################################################################################
[module/xmenu]
type = custom/script
interval = 1200
exec = echo "  "
click-left = "sh /home/dt/xmenu/xmenu.sh"
format-foreground = ${colors.foreground}
format-background = ${colors.background}
################################################################################
[module/xwindow]