small fix

master
Daniel Napora 2024-01-24 16:16:41 +01:00
parent dcff206065
commit 3ad3a36ac9
3 changed files with 16 additions and 11 deletions

View File

@ -3,8 +3,8 @@
## ##
## ##
## Note that global autostart .desktop files will also be in ## Note that global autostart .desktop files will also be in
## /etc/xdg/openbox/autostart. These will include applications ## /etc/xdg/openbox/autostart and ~/.config/autostart.
## such as the Network Manager and Parcellite ## These will include applications such as the Network Manager, Picom
## ##
## Turn on/off system beep. ## Turn on/off system beep.
xset b off xset b off
@ -20,19 +20,24 @@ xset b off
## Adjust the values according to your preferances. ## Adjust the values according to your preferances.
#xset r rate 250 25 #xset r rate 250 25
# Alias Super key to Super+Space for single-key menu. ## Switch keyboard layouts by Alt+Shift
# See 'man xcape' for other possibilities. ## Example below: US an Greek layouts
#setxkbmap -layout "us,gr" -option "grp:alt_shift_toggle" &
## Alias Super key to Super+Space for single-key menu.
## See 'man xcape' for other possibilities.
xcape -e 'Super_L=Super_L|space' xcape -e 'Super_L=Super_L|space'
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
## Background
(sleep 2s && nitrogen --restore) &
## Panel ## Panel
(sleep 1s && mb-tint2-session) & (sleep 1s && mb-tint2-session) &
## Background
(sleep 2s && nitrogen --restore) &
## Optionally enable file manager in daemon mode for automounting ## Optionally enable file manager in daemon mode for automounting
(sleep 1s && pcmanfm -d) & (sleep 1s && pcmanfm -d) &

View File

@ -24,10 +24,10 @@ conky.config = {
draw_outline = false, draw_outline = false,
default_outline_color = '#222222', default_outline_color = '#222222',
default_color = '#309552', default_color = '#309552',
color0 = '#accdc7', color0 = '#accdc7',
color1 = '#61c4bc', color1 = '#61c4bc',
color2 = '#e8cb2d', color2 = '#e8cb2d',
cpu_avg_samples = 2, cpu_avg_samples = 2,
@ -67,7 +67,7 @@ ${goto 18}$color0${top_mem name 3}$alignr$color${top_mem mem_res 3}
${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4} ${goto 18}$color0${top_mem name 4}$alignr$color${top_mem mem_res 4}
${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5} ${goto 18}$color0${top_mem name 5}$alignr$color${top_mem mem_res 5}
# #
${image ~/.config/conky/images/mabox_3d.png -p 0,250 -s 64x64} ${image ~/.config/conky/images/mabox_3d.png -p 0,310 -s 64x64}
$alignr disk ${color0}${fs_used /} - ${fs_size /} $alignr disk ${color0}${fs_used /} - ${fs_size /}
$alignr$color memory ${color0}$legacymem - $memmax $alignr$color memory ${color0}$legacymem - $memmax
#${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap #${alignr}${color0}${font Cantarell:size=9}swap $swapmax - $swap

View File

@ -24,10 +24,10 @@ conky.config = {
draw_outline = false, draw_outline = false,
default_outline_color = '#222222', default_outline_color = '#222222',
default_color = '#309552', default_color = '#309552',
color0 = '#accdc7', color0 = '#accdc7',
color1 = '#61c4bc', color1 = '#61c4bc',
color2 = '#e8cb2d', color2 = '#e8cb2d',
cpu_avg_samples = 2, cpu_avg_samples = 2,