mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Minor edits to config.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#=====================================================================================
|
||||
# XMonad Conky
|
||||
#======================================================================================
|
||||
|
||||
]]
|
||||
|
||||
conky.config = {
|
||||
@@ -24,8 +23,8 @@ conky.config = {
|
||||
|
||||
--Placement
|
||||
-- settings for my triple monitor setup; conky on the middle monitor
|
||||
alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right,
|
||||
gap_x = 3550, -- pixels between right or left border
|
||||
alignment = 'top_left', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right,
|
||||
gap_x = 3550, -- pixels between right or left border
|
||||
|
||||
-- settings for single monitor setups.
|
||||
--alignment = 'top_right', -- top_left,top_middle,top_right,bottom_left,bottom_middle,bottom_right,
|
||||
@@ -98,33 +97,23 @@ conky.config = {
|
||||
color7 = '#1F7411', --green
|
||||
color8 = '#FFA726', --orange
|
||||
color9 = '#F1544B', --firebrick
|
||||
|
||||
|
||||
--Lua
|
||||
|
||||
};
|
||||
|
||||
conky.text = [[
|
||||
${alignc}${color0}${font Ubuntu:size=24}${time %H:%M}${font}
|
||||
${voffset 4}${alignc}${color0}${font Ubuntu:size=16}${time %b %d, %Y}${font}${color}
|
||||
|
||||
Packages installed:${alignr}${execi 3600 pacman -Q | wc -l}
|
||||
Updates available:${alignr}${execi 3600 checkupdates | wc -l}
|
||||
Last update:${alignr}${execi 3600 grep "starting full system upgrade" /var/log/pacman.log | tail -n1| cut --bytes=2-17}
|
||||
${voffset 10}${goto 12}${color3}CPU${goto 50}$cpu%
|
||||
${voffset 18}${goto 12}${color3}CPU${goto 50}$cpu%
|
||||
${color2}${goto 12}${cpubar 8,254}${color}
|
||||
${voffset 5}${goto 12}$font${top name 1}$alignr$color${top cpu 1}%
|
||||
${goto 12}${top name 2}$alignr$color${top cpu 2}%
|
||||
${goto 12}${top name 3}$alignr$color${top cpu 3}%
|
||||
${goto 12}${top name 4}$alignr$color${top cpu 4}%
|
||||
#
|
||||
${voffset 10}${goto 12}${color3}RAM${goto 50}$mem/$memmax
|
||||
${color2}${goto 12}${membar 8,254}${color}
|
||||
${goto 12}${voffset 5}${top_mem name 1}$alignr$color${top_mem mem_res 1}
|
||||
${goto 12}${top_mem name 2}$alignr$color${top_mem mem_res 2}
|
||||
${goto 12}${top_mem name 3}$alignr$color${top_mem mem_res 3}
|
||||
${goto 12}${top_mem name 4}$alignr$color${top_mem mem_res 4}
|
||||
${voffset 8}${color1}${alignc}XMONAD KEYBINDINGS${color}
|
||||
${voffset 18}${color1}${alignc}XMONAD KEYBINDINGS${color}
|
||||
${color1}${hr}${color}
|
||||
${color1}[S]+[RET]${alignr}${color2}opens terminal${color}
|
||||
${color1}[S]+[SPC]+[RET]${alignr}${color2}run prompt${color}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
(setq dashboard-set-file-icons t)
|
||||
(setq dashboard-banner-logo-title "Emacs Is More Than A Text Editor!")
|
||||
;;(setq dashboard-startup-banner 'logo) ;; use standard emacs logo as banner
|
||||
(setq dashboard-startup-banner "~/.config/doom/emacs-dash.png") ;; use custom image as banner
|
||||
(setq dashboard-startup-banner "~/.config/doom/doom-emacs-dash.png") ;; use custom image as banner
|
||||
(setq dashboard-center-content nil) ;; set to 't' for centered content
|
||||
(setq dashboard-items '((recents . 5)
|
||||
(agenda . 5 )
|
||||
@@ -69,6 +69,9 @@
|
||||
(map! :leader
|
||||
:desc "Load new theme" "h t" #'counsel-load-theme)
|
||||
|
||||
(use-package emojify
|
||||
:hook (after-init . global-emojify-mode))
|
||||
|
||||
(use-package! elfeed-goodies)
|
||||
(elfeed-goodies/setup)
|
||||
(setq elfeed-goodies/entry-pane-size 0.5)
|
||||
|
||||
@@ -92,7 +92,7 @@ Emacs Dashboard is an extensible startup screen showing you recent files, bookma
|
||||
(setq dashboard-set-file-icons t)
|
||||
(setq dashboard-banner-logo-title "Emacs Is More Than A Text Editor!")
|
||||
;;(setq dashboard-startup-banner 'logo) ;; use standard emacs logo as banner
|
||||
(setq dashboard-startup-banner "~/.config/doom/emacs-dash.png") ;; use custom image as banner
|
||||
(setq dashboard-startup-banner "~/.config/doom/doom-emacs-dash.png") ;; use custom image as banner
|
||||
(setq dashboard-center-content nil) ;; set to 't' for centered content
|
||||
(setq dashboard-items '((recents . 5)
|
||||
(agenda . 5 )
|
||||
|
||||
Reference in New Issue
Block a user