diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-04-26 14:51:54 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-04-26 15:00:27 +0200 |
| commit | f4960863d3aa0604490e7ee758d8725f029c3805 (patch) | |
| tree | 9681946e1feb48b8010c81c4252f58c09eced870 /dwmblocks/config | |
| parent | b0ae0d055deac58ff601ff03bb9338efe547e064 (diff) | |
fix: patched the PATH, added a wallpaper, added dwmblocks config file
Diffstat (limited to 'dwmblocks/config')
| -rw-r--r-- | dwmblocks/config | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dwmblocks/config b/dwmblocks/config new file mode 100644 index 0000000..9a85932 --- /dev/null +++ b/dwmblocks/config @@ -0,0 +1,18 @@ +/*Name State Update Signal + 34*/ +music = false // 35 +cputemp = true // 36 +fanspeed = true // 37 +memory = true // 38 +battery = true // 39 +wifi = true // 40 +ethernet = false // 41 +localip = false // 42 +publicip = false // 43 +volume = true // 44 +mic = false // 45 +news = false // 46 +mail = false // 47 +weather = true // 48 +daypercent = true // 49 +date = true // 50 +time = true // 51 |
