Pārlūkot izejas kodu

add brightness

master
RinRi pirms 3 gadiem
vecāks
revīzija
ff3c5cde9b
57 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. +0
    -0
      LICENSE
  2. +0
    -0
      Makefile
  3. +0
    -0
      README
  4. +0
    -0
      arg.h
  5. +0
    -0
      components/battery.c
  6. +0
    -0
      components/battery.o
  7. +0
    -0
      components/cpu.c
  8. +0
    -0
      components/cpu.o
  9. +0
    -0
      components/datetime.c
  10. +0
    -0
      components/datetime.o
  11. +0
    -0
      components/disk.c
  12. +0
    -0
      components/disk.o
  13. +0
    -0
      components/entropy.c
  14. +0
    -0
      components/entropy.o
  15. +0
    -0
      components/hostname.c
  16. +0
    -0
      components/hostname.o
  17. +0
    -0
      components/ip.c
  18. +0
    -0
      components/ip.o
  19. +0
    -0
      components/kernel_release.c
  20. +0
    -0
      components/kernel_release.o
  21. +0
    -0
      components/keyboard_indicators.c
  22. +0
    -0
      components/keyboard_indicators.o
  23. +0
    -0
      components/keymap.c
  24. +0
    -0
      components/keymap.o
  25. +0
    -0
      components/load_avg.c
  26. +0
    -0
      components/load_avg.o
  27. +0
    -0
      components/netspeeds.c
  28. +0
    -0
      components/netspeeds.o
  29. +0
    -0
      components/num_files.c
  30. +0
    -0
      components/num_files.o
  31. +0
    -0
      components/ram.c
  32. +0
    -0
      components/ram.o
  33. +0
    -0
      components/run_command.c
  34. +0
    -0
      components/run_command.o
  35. +0
    -0
      components/swap.c
  36. +0
    -0
      components/swap.o
  37. +0
    -0
      components/temperature.c
  38. +0
    -0
      components/temperature.o
  39. +0
    -0
      components/uptime.c
  40. +0
    -0
      components/uptime.o
  41. +0
    -0
      components/user.c
  42. +0
    -0
      components/user.o
  43. +0
    -0
      components/volume.c
  44. +0
    -0
      components/volume.o
  45. +0
    -0
      components/wifi.c
  46. +0
    -0
      components/wifi.o
  47. +1
    -0
      config.def.h
  48. +1
    -0
      config.h
  49. +0
    -0
      config.mk
  50. Binārs
      slstatus
  51. +0
    -0
      slstatus.1
  52. +0
    -0
      slstatus.c
  53. +0
    -0
      slstatus.h
  54. Binārs
      slstatus.o
  55. +0
    -0
      util.c
  56. +0
    -0
      util.h
  57. Binārs
      util.o

+ 0
- 0
LICENSE Parādīt failu


+ 0
- 0
Makefile Parādīt failu


+ 0
- 0
README Parādīt failu


+ 0
- 0
arg.h Parādīt failu


+ 0
- 0
components/battery.c Parādīt failu


+ 0
- 0
components/battery.o Parādīt failu


+ 0
- 0
components/cpu.c Parādīt failu


+ 0
- 0
components/cpu.o Parādīt failu


+ 0
- 0
components/datetime.c Parādīt failu


+ 0
- 0
components/datetime.o Parādīt failu


+ 0
- 0
components/disk.c Parādīt failu


+ 0
- 0
components/disk.o Parādīt failu


+ 0
- 0
components/entropy.c Parādīt failu


+ 0
- 0
components/entropy.o Parādīt failu


+ 0
- 0
components/hostname.c Parādīt failu


+ 0
- 0
components/hostname.o Parādīt failu


+ 0
- 0
components/ip.c Parādīt failu


+ 0
- 0
components/ip.o Parādīt failu


+ 0
- 0
components/kernel_release.c Parādīt failu


+ 0
- 0
components/kernel_release.o Parādīt failu


+ 0
- 0
components/keyboard_indicators.c Parādīt failu


+ 0
- 0
components/keyboard_indicators.o Parādīt failu


+ 0
- 0
components/keymap.c Parādīt failu


+ 0
- 0
components/keymap.o Parādīt failu


+ 0
- 0
components/load_avg.c Parādīt failu


+ 0
- 0
components/load_avg.o Parādīt failu


+ 0
- 0
components/netspeeds.c Parādīt failu


+ 0
- 0
components/netspeeds.o Parādīt failu


+ 0
- 0
components/num_files.c Parādīt failu


+ 0
- 0
components/num_files.o Parādīt failu


+ 0
- 0
components/ram.c Parādīt failu


+ 0
- 0
components/ram.o Parādīt failu


+ 0
- 0
components/run_command.c Parādīt failu


+ 0
- 0
components/run_command.o Parādīt failu


+ 0
- 0
components/swap.c Parādīt failu


+ 0
- 0
components/swap.o Parādīt failu


+ 0
- 0
components/temperature.c Parādīt failu


+ 0
- 0
components/temperature.o Parādīt failu


+ 0
- 0
components/uptime.c Parādīt failu


+ 0
- 0
components/uptime.o Parādīt failu


+ 0
- 0
components/user.c Parādīt failu


+ 0
- 0
components/user.o Parādīt failu


+ 0
- 0
components/volume.c Parādīt failu


+ 0
- 0
components/volume.o Parādīt failu


+ 0
- 0
components/wifi.c Parādīt failu


+ 0
- 0
components/wifi.o Parādīt failu


+ 1
- 0
config.def.h Parādīt failu

@@ -69,6 +69,7 @@ static const struct arg args[] = {
{ run_command, ":%s ", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" },
{ battery_perc, ":%s|", "BAT1"},
{ battery_state, "%s ", "BAT1"},
{ run_command, ":%s ", "/home/rinri/scripts/status/brightness.sh"},
{ cpu_perc, ":%02s ", "NULL"},
{ ram_free, ":%s ", "NULL"},
{ datetime, "%s", "%a %F %H:%M" },


+ 1
- 0
config.h Parādīt failu

@@ -69,6 +69,7 @@ static const struct arg args[] = {
{ run_command, ":%s ", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" },
{ battery_perc, ":%s|", "BAT1"},
{ battery_state, "%s ", "BAT1"},
{ run_command, ":%s ", "/home/rinri/scripts/status/brightness.sh"},
{ cpu_perc, ":%02s ", "NULL"},
{ ram_free, ":%s ", "NULL"},
{ datetime, "%s", "%a %F %H:%M" },


+ 0
- 0
config.mk Parādīt failu


Binārs
slstatus Parādīt failu


+ 0
- 0
slstatus.1 Parādīt failu


+ 0
- 0
slstatus.c Parādīt failu


+ 0
- 0
slstatus.h Parādīt failu


Binārs
slstatus.o Parādīt failu


+ 0
- 0
util.c Parādīt failu


+ 0
- 0
util.h Parādīt failu


Binārs
util.o Parādīt failu


Notiek ielāde…
Atcelt
Saglabāt