diff --git a/newsboat/urls b/newsboat/urls index 171b604..d467890 100644 --- a/newsboat/urls +++ b/newsboat/urls @@ -49,3 +49,5 @@ https://nitter.net/rihanna/rss https://nitter.net/unclebobmartin/rss https://nitter.net/martinfowler/rss https://nitter.net/KentBeck/rss + +https://funkmysoul.gr/feed diff --git a/stalonetray/stalonetrayrc b/stalonetray/stalonetrayrc index c358fcc..a3773f6 100644 --- a/stalonetray/stalonetrayrc +++ b/stalonetray/stalonetrayrc @@ -1,15 +1,15 @@ -decorations none -transparent false -dockapp_mode none -geometry 5x1-400+0 -max_geometry 5x1-325-10 -kludges force_icons_size -grow_gravity NE -icon_gravity NE -icon_size 12 -sticky true -#window_strut none -window_type dock -window_layer bottom -skip_taskbar true -parent_bg true + decorations none + transparent true + dockapp_mode none + geometry 5x1-400+2 + max_geometry 5x1-325-10 + kludges force_icons_size + grow_gravity NE + icon_gravity NE + icon_size 12 + sticky true +# window_strut none + window_type dock + window_layer bottom + skip_taskbar true + parent_bg true diff --git a/xmobar/xmobarrc b/xmobar/xmobarrc index b26c746..b72c138 100644 --- a/xmobar/xmobarrc +++ b/xmobar/xmobarrc @@ -1,5 +1,8 @@ -Config { font = "xft:Jetbrains Mono:size=8:bold:antialias=true" - , additionalFonts = [] +Config { font = "xft:Jetbrains Mono:size=9:bold:antialias=true" + , additionalFonts = [ + "xft:Mononoki Nerd Font:size=9:antialias=true:hinting=true" + , "xft:FontAwesome:pixelsize=11" + ] , borderColor = "black" , border = TopB , bgColor = "black" @@ -16,25 +19,31 @@ Config { font = "xft:Jetbrains Mono:size=8:bold:antialias=true" , allDesktops = True , overrideRedirect = True , commands = [ Run Cpu [] 10 + , Run Date "\xe721" "cpuicon" 36000 + , Run Date "\xf85a" "memoryicon" 36000 , Run Memory ["-t","Mem: %"] 10 + , Run Date "\xf9e1" "swapicon" 36000 , Run Swap [] 10 - , Run Date "%a %b %_d" "date" 10 + , Run Date "\xf133 %a %b %d" "date" 1000 + , Run Date "\xe381" "timeicon" 36000 , Run Date "%H:%M" "time" 10 - , Run StdinReader - , Run Com "volume" [] "volume" 10 - , Run Battery [ "--template" - , "" - , "--" -- battery specific options - -- discharging status - , "-o" , "% ()" - -- AC "on" status - , "-O" , "Charging" - -- charged status - , "-i" , "100%" - ] 50 - ] + , Run StdinReader + , Run Date "\xfa7d" "volumeicon" 36000 + , Run Com "volume" [] "volume" 10 + , Run Date "\xf240" "batteryicon" 36000 + , Run Battery [ "--template" + , "" + , "--" -- battery specific options + -- discharging status + , "-o" , "% ()" + -- AC "on" status + , "-O" , "Charging" + -- charged status + , "-i" , "100%" + ] 50 + ] , sepChar = "%" , alignSep = "}{" - , template = "%StdinReader% | %cpu% | %memory% | %swap% }\ - \{ %volume% | %battery% | %date% | %time% " + , template = "%StdinReader% | %cpuicon% %cpu% | %memoryicon% %memory% | %swapicon%%swap% | }\ + \{ %volumeicon% %volume% | %batteryicon% %battery% | %date% | %timeicon% %time% " }