File: README

package info (click to toggle)
awesome-extra 2023010601
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,340 kB
  • sloc: cpp: 112; sh: 84; makefile: 25; python: 11
file content (94 lines) | stat: -rw-r--r-- 2,073 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Readme for Obvious

This is a fork of the original obvious repo (git://git.mercenariesguild.net/obvious.git).

-- Widget data sources
   -- cpu()
      -- Widgets
         -- textbox
         -- graph
         -- progressbar
   -- fs_usage(path)
      -- Widgets
         -- textbox
         -- graph
         -- progressbar
      -- Parameters
         -- path
            the mountpoint to watch, / by default
   -- io(device)
      -- Widgets
         -- textbox
         -- graph
         -- progressbar
      -- Parameters
         -- device
            the harddisk to monitor, sda by default
   -- mem()
      -- Widgets
         -- textbox
         -- graph
         -- progressbar
   -- net.send(device) / net.recv(device)
      -- Widgets
         -- textbox
         -- graph
         -- progressbar
      -- Parameters
         -- device
            the network device to monitor
   -- wlan(device)
      -- Widgets
         -- textbox
         -- graph
         -- progressbar
      -- Parameters
         -- device
            the wlan device to monitor
   -- basic_mpd()
      -- Widgets
         -- textbox
   -- battery()
      -- Widgets
         -- textbox
   -- clock()
      -- Widgets
         -- textbox
   -- temp_info()
      -- Widgets
         -- textbox
   -- keymap_switch()
      -- Widgets
         -- textbox

-- Widget types
   -- "textbox"
      -- Functions
         -- set_format()
   -- "graph"
      -- Functions
         -- set_height()
         -- set_width()
         -- set_border_color()
         -- set_gradient_colors()
         -- set_gradient_angle()
         -- set_color()
         -- set_background_color()
   -- "progressbar"
      -- Functions
         -- set_height()
         -- set_width()
         -- set_border_color()
         -- set_gradient_colors()
         -- set_color()
         -- set_background_color()
         -- set_vertical()
   -- all
      -- Functions
         -- set_type()
         -- set_layout()
         -- set_margin()

-- Global functions
   -- set_default_margin()
   -- set_default_layout()