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