From 0b2ca5e60826872f02bf96fff3781c68d417dc3e Mon Sep 17 00:00:00 2001 From: BardofSprites Date: Tue, 22 Apr 2025 17:14:35 -0400 Subject: more minimal conky config --- conky/.config/conky/conky.conf | 31 +++++++++++++++++++++++-------- fvwm/.fvwm/config | 6 ++---- 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/conky/.config/conky/conky.conf b/conky/.config/conky/conky.conf index 7bab97b..93db190 100644 --- a/conky/.config/conky/conky.conf +++ b/conky/.config/conky/conky.conf @@ -1,24 +1,39 @@ conky.config = { update_interval = 10, double_buffer = true, - alignment = 'bottom_left', + alignment = 'middle_right', gap_x = 30, gap_y = 30, minimum_width = 500, - maximum_height = 250, own_window = true, - own_window_type = 'dock', own_window_colour = '#181818', - own_window_hints = 'below,undecorated,sticky,skip_taskbar,skip_pager', use_xft = true, font = 'Iosevka Comfy:size=12', default_color = '#e4e4e4', - color1='#cc8c3c' + + color1 = '#ffdd33', -- Yellow + color2 = '#cc8c3c', -- Orange + color3 = '#73c936', -- Green + color4 = '#9e95c7', -- Magenta } +-- ${color1}Org Agenda:${color} +-- ${execpi 300 ~/.local/bin/scripts/emacs/show-agenda.sh} + conky.text = [[ -${color1}Org Agenda:${color} -${execpi 300 ~/.local/bin/scripts/emacs/show-agenda.sh} -]] +${color2}SYSTEM ${hr 2} +${color}Hostname: $nodename +Kernel: $kernel +Uptime: $uptime + +${color2}MEMORY ${hr 2} +${color}RAM: $mem / $memmax ($memperc%) +${membar 8} + +${color2}DISK ${hr 2} +${color}/: ${fs_used /} / ${fs_size /} (${fs_used_perc /}%) +${fs_bar 8 /} + +]]; diff --git a/fvwm/.fvwm/config b/fvwm/.fvwm/config index 52b514d..965c4cf 100644 --- a/fvwm/.fvwm/config +++ b/fvwm/.fvwm/config @@ -300,10 +300,8 @@ Style HorizontalPanel !Title, !Borders, !Handles, Sticky, \ Style LeftPanel !Title, !Borders, !Handles, Sticky, \ WindowListSkip, NeverFocus, FixedPosition, WindowListSkip Style SideBar !Title, !Handles, Sticky, \ - WindowListSkip, NeverFocus, FixedPosition, \ - WindowListSkip -Style conky !Title, !Borders, !Handles, Sticky, \ - WindowListSkip, NeverFocus + WindowListSkip, NeverFocus, FixedPosition +Style "conky" Sticky, !Title, !Handles, NoClose, WindowListSkip, NeverFocus, FixedPosition, StaysOnBottom, !RaiseOnClick Style ConfirmQuit !Title, PositionPlacement Center, WindowListSkip, Layer 6 Style ConfirmOff !Title, PositionPlacement Center, WindowListSkip, Layer 6 Style FvwmIdent WindowListSkip -- cgit v1.2.3