Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ec90828d43
@ -1,37 +1,24 @@
|
|||||||
! Base colors
|
! Base colors
|
||||||
*.foreground: #E1E1E1
|
*.foreground: #E1E1E1
|
||||||
*.background: #1c2023
|
*.background: #1C2023
|
||||||
*.cursorColor: #778899
|
*.cursorColor: #778899
|
||||||
|
|
||||||
*.color0: #1c2023
|
*.color0: #1C2023
|
||||||
*.color1: #bf616a
|
*.color1: #BF616A
|
||||||
*.color2: #a3be8c
|
*.color2: #A3BE8C
|
||||||
*.color3: #ebcb8b
|
*.color3: #EBCB8B
|
||||||
*.color4: #8fa1b3
|
*.color4: #8FA1B3
|
||||||
*.color5: #b48ead
|
*.color5: #B48EAD
|
||||||
*.color6: #96b5b4
|
*.color6: #96B5B4
|
||||||
*.color7: #E1E1E1
|
*.color7: #E1E1E1
|
||||||
*.color8: #919ba0
|
*.color8: #919BA0
|
||||||
*.color9: #bf616a
|
*.color9: #BF616A
|
||||||
*.color10: #a3be8c
|
*.color10: #A3BE8C
|
||||||
*.color11: #ebcb8b
|
*.color11: #EBCB8B
|
||||||
*.color12: #8fa1b3
|
*.color12: #8FA1B3
|
||||||
*.color13: #b48ead
|
*.color13: #B48EAD
|
||||||
*.color14: #96b5b4
|
*.color14: #96B5B4
|
||||||
*.color15: #c0c5ce
|
*.color15: #C0C5CE
|
||||||
|
|
||||||
! Rofi
|
|
||||||
rofi.font: monospace 12
|
|
||||||
rofi.padding: 20
|
|
||||||
rofi.line-padding: 2
|
|
||||||
rofi.color-enabled: true
|
|
||||||
rofi.hide-scrollbar: true
|
|
||||||
rofi.separator-style: solid
|
|
||||||
rofi.color-window: #1c2023, #919ba0, #1c2023
|
|
||||||
rofi.color-normal: #1c2023, #919ba0, #1c2023, #a4a4a4, #1c2023
|
|
||||||
rofi.color-urgent: argb:00000000, #f43753, argb:00000000, argb:00000000, #e29a49
|
|
||||||
rofi.color-active: argb:00000000, #49bbfb, argb:00000000, argb:00000000, #e29a49
|
|
||||||
rofi.kb-cancel: Escape,Alt+F1
|
|
||||||
|
|
||||||
! xterm
|
! xterm
|
||||||
xterm*termName: xterm-256color
|
xterm*termName: xterm-256color
|
||||||
|
@ -38,12 +38,12 @@ item_border = 0
|
|||||||
|
|
||||||
sep_height = 5
|
sep_height = 5
|
||||||
|
|
||||||
font = monospace 12px
|
font = DejaVu Sans Book 12px
|
||||||
#font_fallback = xtg
|
font_fallback = xtg
|
||||||
icon_size = 24
|
icon_size = 24
|
||||||
#icon_text_spacing = 10
|
icon_text_spacing = 10
|
||||||
#icon_theme =
|
icon_theme = ArchLabs
|
||||||
#icon_theme_fallback = xtg
|
icon_theme_fallback = xtg
|
||||||
|
|
||||||
#arrow_string = ▸
|
#arrow_string = ▸
|
||||||
#arrow_width = 15
|
#arrow_width = 15
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[xin_-1]
|
[xin_-1]
|
||||||
file=/usr/share/backgrounds/archlabs/archlabs.jpg
|
file=/usr/share/backgrounds/archlabs/archlabs.png
|
||||||
mode=0
|
mode=0
|
||||||
bgcolor=#000000
|
bgcolor=#000000
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
modi: "drun,run,window,ssh";
|
modi: "drun,run,window,ssh";
|
||||||
|
kb-cancel: "Escape,Control+g,Control+bracketleft,Alt+F1";
|
||||||
/* show-icons: true;*/
|
/* show-icons: true;*/
|
||||||
/* font: "mono 12";*/
|
/* font: "mono 12";*/
|
||||||
/* icon-theme: ;*/
|
/* icon-theme: ;*/
|
||||||
@ -100,7 +101,6 @@ configuration {
|
|||||||
/* kb-ellipsize: "Alt+period";*/
|
/* kb-ellipsize: "Alt+period";*/
|
||||||
/* kb-toggle-case-sensitivity: "grave,dead_grave";*/
|
/* kb-toggle-case-sensitivity: "grave,dead_grave";*/
|
||||||
/* kb-toggle-sort: "Alt+grave";*/
|
/* kb-toggle-sort: "Alt+grave";*/
|
||||||
/* kb-cancel: "Escape,Control+g,Control+bracketleft";*/
|
|
||||||
/* kb-custom-1: "Alt+1";*/
|
/* kb-custom-1: "Alt+1";*/
|
||||||
/* kb-custom-2: "Alt+2";*/
|
/* kb-custom-2: "Alt+2";*/
|
||||||
/* kb-custom-3: "Alt+3";*/
|
/* kb-custom-3: "Alt+3";*/
|
||||||
|
@ -14,10 +14,10 @@ if hash sxhkd >/dev/null 2>&1; then
|
|||||||
sxhkd -c "$HOME/.config/dk/sxhkdrc" &
|
sxhkd -c "$HOME/.config/dk/sxhkdrc" &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# (re)load sxhkd for keybinds
|
# (re)load lemonbar script
|
||||||
if hash lemonbar bar >/dev/null 2>&1; then
|
if hash lemonbar bar >/dev/null 2>&1; then
|
||||||
pkill lemonbar
|
pkill lemonbar
|
||||||
bar &
|
bar 2>/dev/null &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
{ # compound command to redirect all output
|
{ # compound command to redirect all output
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# simple lightweight lemonbar script for use with dk
|
# simple lightweight lemonbar script for use with dk
|
||||||
|
|
||||||
set -o pipefail
|
set -eE -o pipefail
|
||||||
|
|
||||||
bg="#111111"
|
bg="#111111"
|
||||||
fg="#666666"
|
fg="#666666"
|
||||||
@ -122,7 +122,7 @@ parsefifo()
|
|||||||
|
|
||||||
|
|
||||||
# kill the process and cleanup if we exit or get killed
|
# kill the process and cleanup if we exit or get killed
|
||||||
trap "trap - TERM; kill 0; rm -f '$fifo'" INT TERM QUIT EXIT
|
trap "trap - TERM; kill 0; rm -f '$fifo'" INT TERM QUIT EXIT PIPE
|
||||||
|
|
||||||
# make the fifo
|
# make the fifo
|
||||||
[ -e "$fifo" ] && rm "$fifo"
|
[ -e "$fifo" ] && rm "$fifo"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
killall swaybg 2>/dev/null
|
killall swaybg 2>/dev/null
|
||||||
swaybg -o '*' -i '/usr/share/backgrounds/archlabs/archlabs.jpg'
|
swaybg -o '*' -i '/usr/share/backgrounds/archlabs/archlabs.png'
|
||||||
|
@ -2,7 +2,7 @@ favorites=exo-terminal-emulator.desktop,exo-file-manager.desktop,exo-mail-reader
|
|||||||
recent=exo-web-browser.desktop,exo-mail-reader.desktop,exo-file-manager.desktop,exo-terminal-emulator.desktop
|
recent=exo-web-browser.desktop,exo-mail-reader.desktop,exo-file-manager.desktop,exo-terminal-emulator.desktop
|
||||||
|
|
||||||
button-title=
|
button-title=
|
||||||
button-icon=/usr/share/icons/ArchLabs-Dark/64x64/places/distributor-logo-archlabs.png
|
button-icon=start-here
|
||||||
button-single-row=false
|
button-single-row=false
|
||||||
show-button-title=false
|
show-button-title=false
|
||||||
show-button-icon=true
|
show-button-icon=true
|
||||||
@ -29,20 +29,20 @@ menu-opacity=100
|
|||||||
command-settings=xfce4-settings-manager
|
command-settings=xfce4-settings-manager
|
||||||
show-command-settings=true
|
show-command-settings=true
|
||||||
|
|
||||||
command-lockscreen=
|
command-lockscreen=xfce4-screensaver-command --lock
|
||||||
show-command-lockscreen=false
|
show-command-lockscreen=true
|
||||||
|
|
||||||
command-switchuser=
|
command-switchuser=
|
||||||
show-command-switchuser=false
|
show-command-switchuser=false
|
||||||
|
|
||||||
command-logout=xfce4-session-logout --logout --fast
|
command-logout=xfce4-session-logout
|
||||||
show-command-logout=true
|
show-command-logout=true
|
||||||
|
|
||||||
command-restart=xfce4-session-logout --reboot --fast
|
command-restart=
|
||||||
show-command-restart=true
|
show-command-restart=false
|
||||||
|
|
||||||
command-shutdown=xfce4-session-logout --halt --fast
|
command-shutdown=
|
||||||
show-command-shutdown=true
|
show-command-shutdown=false
|
||||||
|
|
||||||
command-menueditor=
|
command-menueditor=
|
||||||
show-command-menueditor=false
|
show-command-menueditor=false
|
||||||
|
@ -4,21 +4,22 @@
|
|||||||
<property name="backdrop" type="empty">
|
<property name="backdrop" type="empty">
|
||||||
<property name="screen0" type="empty">
|
<property name="screen0" type="empty">
|
||||||
<property name="monitor0" type="empty">
|
<property name="monitor0" type="empty">
|
||||||
<property name="workspace1" type="empty">
|
<property name="image-path" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
|
||||||
<property name="color-style" type="int" value="0"/>
|
|
||||||
<property name="image-style" type="int" value="5"/>
|
|
||||||
<property name="last-image" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
|
<property name="last-image" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
|
||||||
</property>
|
<property name="last-single-image" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
|
||||||
<property name="workspace2" type="empty">
|
|
||||||
<property name="color-style" type="int" value="0"/>
|
|
||||||
<property name="image-style" type="int" value="5"/>
|
<property name="image-style" type="int" value="5"/>
|
||||||
<property name="last-image" type="string" value="/usr/share/backgrounds/archlabs/archlabs.png"/>
|
|
||||||
</property>
|
</property>
|
||||||
</property>
|
</property>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="desktop-icons" type="empty">
|
||||||
|
<property name="style" type="int" value="2"/>
|
||||||
|
<property name="file-icons" type="empty">
|
||||||
|
<property name="show-removable" type="bool" value="false"/>
|
||||||
|
<property name="show-home" type="bool" value="false"/>
|
||||||
|
<property name="show-filesystem" type="bool" value="false"/>
|
||||||
|
<property name="show-trash" type="bool" value="false"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="last" type="empty">
|
<property name="icon-size" type="uint" value="48"/>
|
||||||
<property name="window-width" type="int" value="600"/>
|
<property name="tooltip-size" type="double" value="96.000000">
|
||||||
<property name="window-height" type="int" value="550"/>
|
|
||||||
</property>
|
</property>
|
||||||
</channel>
|
</channel>
|
||||||
|
@ -19,10 +19,8 @@
|
|||||||
<property name="XF86Mail" type="empty"/>
|
<property name="XF86Mail" type="empty"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="custom" type="empty">
|
<property name="custom" type="empty">
|
||||||
<property name="<Alt>F1" type="string" value="rofi_run"/>
|
<property name="<Alt>F1" type="string" value="xfce4-popup-whiskermenu"/>
|
||||||
<property name="<Alt>F2" type="empty">
|
<property name="<Alt>F2" type="string" value="rofi_run"/>
|
||||||
<property name="startup-notify" type="bool" value="false"/>
|
|
||||||
</property>
|
|
||||||
<property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
|
<property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
|
||||||
<property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
|
<property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
|
||||||
<property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
|
<property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
|
||||||
|
Reference in New Issue
Block a user