minor changes
This commit is contained in:
parent
caf97a276d
commit
de3c228e5a
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ bat_text_color = as_rgb(color_as_int(opts.color15))
|
|||
clock_color = as_rgb(color_as_int(opts.color15))
|
||||
date_color = as_rgb(color_as_int(opts.color8))
|
||||
SEPARATOR_SYMBOL, SOFT_SEPARATOR_SYMBOL = ("", "")
|
||||
RIGHT_MARGIN = 1
|
||||
RIGHT_MARGIN = 0
|
||||
REFRESH_TIME = 1
|
||||
ICON = " "
|
||||
UNPLUGGED_ICONS = {
|
||||
|
|
|
@ -39,7 +39,7 @@ xautolock -time 10 -locker 'slock -m "$(cowsay -f octopus "$(fortune)" | lolcat
|
|||
checkup &
|
||||
|
||||
# Set GPU settings
|
||||
gwe --hide-window &
|
||||
# gwe --hide-window &
|
||||
|
||||
# Start Console TDM
|
||||
exec dwm
|
||||
|
|
Loading…
Add table
Reference in a new issue