Skip to content

dollplayer2501/angle_minus_five_degrees

Repository files navigation

Conky theme, "Angle minus five degrees"




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".

Important

FIRST, YOU MUST COPY AND RENAME ./config-sample.lua TO ./config.lua, IF YOU WANT TO USE THIS THEME.

Requirements, operating conditions

  1. This theme runs the following Linux commands via Lua's conky_parse and Conky's execi.
    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 check display_global_ip_address at ./config.lua.
    • wc, grep
  2. The following fonts are used.
  3. I am writing this code assuming 4 CPUs.
    If the number is other than this, it will be necessary to modify the this theme.
  4. This theme's design is based on the assumption that the screen is FHD/Full High Definition, 1920x1080.

Lanch order for this theme

Assuming everything is stored in ~/.config/conky/angle_minus_five_degrees/.

  1. ./start.sh
  2. ./angle_minus_five_degrees.conky.conf
  3. ./angle_minus_five_degrees.lua
    1. ./config.lua, ./const.lua
    2. ./includes/functions.lua, ./includes/conky_parse.lua
    3. ./config/*.lua, ./modules/*.lua
    4. ./color_default.lua (default setting)

Other information?

I plan to add it to this repository's Wiki from time to time...

//

About

Large conky theme assuming the use of transparent windows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published