Dotfiles config update (2021-11-26)
This commit is contained in:
parent
93ed944f9a
commit
8a4cd2f811
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
#sleep 5
|
||||
sleep 1
|
||||
|
||||
# Clipboard (Use Win + Shift + t to show it)
|
||||
diodon &
|
||||
|
@ -9,5 +9,5 @@ diodon &
|
|||
pnmixer -t &
|
||||
|
||||
# Network Tray (Use Win + Shift + t to show it)
|
||||
nm-applet &
|
||||
#connman-gtk --tray &
|
||||
#nm-applet &
|
||||
connman-gtk --tray &
|
||||
|
|
|
@ -90,6 +90,9 @@ autorun = ws[1]:xscreensaver
|
|||
# Autostart script
|
||||
autorun = ws[1]:~/.config/spectrwm/autostart.sh
|
||||
|
||||
# Autostart tray on Workspace 7
|
||||
autorun = ws[7]:~/.config/spectrwm/showtray.sh
|
||||
|
||||
# Customize workspace layout at start
|
||||
# layout = ws[1]:4:0:0:0:vertical
|
||||
# layout = ws[2]:0:0:0:0:horizontal
|
||||
|
|
|
@ -24,17 +24,17 @@
|
|||
|
||||
|
||||
# Panel
|
||||
panel_monitor = all
|
||||
#panel_monitor = all
|
||||
panel_position = top right horizontal
|
||||
panel_size = 10% 25
|
||||
panel_size = 13% 25
|
||||
panel_margin = 0 1
|
||||
panel_padding = 7 0 7
|
||||
panel_padding = 0 0 0
|
||||
panel_dock = 0
|
||||
#wm_menu = 0
|
||||
panel_layer = top
|
||||
#panel_background_id = 1
|
||||
#panel_background_id = 0
|
||||
background_color = #282A36 100
|
||||
border_color = #282A36 100
|
||||
border_color = #282A36 0
|
||||
|
||||
# Panel Autohide
|
||||
#autohide = 1
|
||||
|
@ -73,11 +73,11 @@ task_font_color = #282A36 100
|
|||
task_active_font_color = #282A36 100
|
||||
task_urgent_font_color = #282A36 100
|
||||
task_iconified_font_color = #282A36 100
|
||||
font_shadow = 0
|
||||
#font_shadow = 0
|
||||
|
||||
# System Tray
|
||||
systray = 1
|
||||
systray_padding = 0 4 5
|
||||
systray_padding = 0 2 2
|
||||
systray_sort = ascending
|
||||
systray_background_id = 0
|
||||
systray_icon_size = 16
|
||||
|
|
Loading…
Reference in New Issue
Block a user