|
|
I created this unnecessarily large Conky theme on the premise that "I only need to know current time".
Because I mainly use terminal emulator and text editor with transparent background in Linux desktop environment.
So I thought, "I should use this vast space!".
And I created the theme based on the idea that "Every thing other than the current time display is a decoration" likening Mobile Suit Gundam, "Legs are decorations".
- Linux distribution: EndeavourOS
- Window manager: Qtile, qtile-extras
- Terminal emulator: Alacritty
- Text editor: Code OSS
with GlassIt-VSC - Standalone compositor: Picom
- Hardware: ThinkPad X260
Important
FIRST, YOU MUST COPY AND RENAME ./config-sample.lua
TO ./config.lua
, IF YOU WANT TO USE THIS THEME.
- This theme runs the following Linux commands via Lua's
conky_parse
and Conky'sexeci
.
All these are put together in./includes/conky_parse.lua
.lscpu
hostnamectl
uptime
whoami
hostname
checkupdates
pacman -Q
wget -q -O - http://checkip.amazonaws.com/
This is to get global IP address. If you don't want to display, you'll need to checkdisplay_global_ip_address
at./config.lua
.wc
,grep
- The following fonts are used.
- I am writing this code assuming 4 CPUs.
If the number is other than this, it will be necessary to modify the this theme. - This theme's design is based on the assumption that the screen is FHD/Full High Definition, 1920x1080.
Assuming everything is stored in ~/.config/conky/angle_minus_five_degrees/
.
./start.sh
./angle_minus_five_degrees.conky.conf
./angle_minus_five_degrees.lua
./config.lua
,./const.lua
./includes/functions.lua
,./includes/conky_parse.lua
./config/*.lua
,./modules/*.lua
./color_default.lua
(default setting)
I plan to add it to this repository's Wiki from time to time...
//