Remove conky
This commit is contained in:
parent
895a765db3
commit
296c10ba7d
@ -1,53 +0,0 @@
|
|||||||
conky.config = {
|
|
||||||
|
|
||||||
background=true,
|
|
||||||
update_interval=1,
|
|
||||||
double_buffer=true,
|
|
||||||
no_buffers=true,
|
|
||||||
imlib_cache_size=10,
|
|
||||||
|
|
||||||
draw_shades=false,
|
|
||||||
draw_outline=false,
|
|
||||||
draw_borders=false,
|
|
||||||
|
|
||||||
gap_x=100,
|
|
||||||
gap_y=80,
|
|
||||||
xinerama_head = 1;
|
|
||||||
|
|
||||||
alignment="bottom_right",
|
|
||||||
|
|
||||||
minimum_height=300,
|
|
||||||
minimum_width=0,
|
|
||||||
|
|
||||||
own_window=true,
|
|
||||||
own_window_type="override",
|
|
||||||
own_window_class="conky",
|
|
||||||
own_window_transparent=true,
|
|
||||||
|
|
||||||
own_window_argb_visual=true,
|
|
||||||
own_window_argb_value=0,
|
|
||||||
|
|
||||||
use_xft=true,
|
|
||||||
xftalpha=1,
|
|
||||||
font="JetBrains Mono:size=10",
|
|
||||||
text_buffer_size=256,
|
|
||||||
override_utf8_locale=true,
|
|
||||||
|
|
||||||
default_color='00FFFF',
|
|
||||||
|
|
||||||
color0='DDDDDD',
|
|
||||||
color1='777777',
|
|
||||||
color2='CCCCCC',
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
conky.text = [[
|
|
||||||
${font JetBrains Mono:weight=Regular:size=120}${color0}\
|
|
||||||
${time %H:%M}\
|
|
||||||
${voffset -130}
|
|
||||||
${font JetBrains Mono:weight=Regular:size=15}${color0}\
|
|
||||||
${time %A, %B %d, %Y}
|
|
||||||
]]
|
|
1
.xinitrc
1
.xinitrc
@ -6,7 +6,6 @@ mon-on
|
|||||||
picom --experimental-backends --backend glx &
|
picom --experimental-backends --backend glx &
|
||||||
xwallpaper --center .config/wall.png
|
xwallpaper --center .config/wall.png
|
||||||
wal --theme sexy-phrak1 -b 080808
|
wal --theme sexy-phrak1 -b 080808
|
||||||
conky
|
|
||||||
xautolock -time 12 -locker "systemctl suspend" -detectsleep -notify 5 -notifier "notify-send Locking" &
|
xautolock -time 12 -locker "systemctl suspend" -detectsleep -notify 5 -notifier "notify-send Locking" &
|
||||||
xss-lock -- slock &
|
xss-lock -- slock &
|
||||||
#dunst crashes X for some reason on my device so I put it in screen to prevent that
|
#dunst crashes X for some reason on my device so I put it in screen to prevent that
|
||||||
|
Loading…
Reference in New Issue
Block a user