diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-06-19 08:25:41 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-06-19 08:25:41 +0200 |
| commit | dc98cba24cb5f1f3e260c49fc61add4a113a1df0 (patch) | |
| tree | 2f5b996f57a2e332884849e7d29fdadf5c698382 /Makefile | |
| parent | af05c6c366ce928818848a3d8c897e7c52ae9d0f (diff) | |
| download | scripts-dc98cba24cb5f1f3e260c49fc61add4a113a1df0.tar.gz scripts-dc98cba24cb5f1f3e260c49fc61add4a113a1df0.zip | |
Update to status (now I use a statusbar)
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -3,7 +3,6 @@ PREFIX = /usr/local | |||
| 3 | SCRIPTS = addressgrep \ | 3 | SCRIPTS = addressgrep \ |
| 4 | battery-checknow \ | 4 | battery-checknow \ |
| 5 | battery-status \ | 5 | battery-status \ |
| 6 | brightness \ | ||
| 7 | clip \ | 6 | clip \ |
| 8 | config-backup \ | 7 | config-backup \ |
| 9 | cth \ | 8 | cth \ |
| @@ -19,7 +18,6 @@ SCRIPTS = addressgrep \ | |||
| 19 | ffmpeg-facecam \ | 18 | ffmpeg-facecam \ |
| 20 | mail-compose \ | 19 | mail-compose \ |
| 21 | mergepdf \ | 20 | mergepdf \ |
| 22 | notify-status \ | ||
| 23 | open-file \ | 21 | open-file \ |
| 24 | open-stdin \ | 22 | open-stdin \ |
| 25 | open-url \ | 23 | open-url \ |
| @@ -35,17 +33,16 @@ SCRIPTS = addressgrep \ | |||
| 35 | templess \ | 33 | templess \ |
| 36 | terminal \ | 34 | terminal \ |
| 37 | theme \ | 35 | theme \ |
| 38 | togglemute \ | ||
| 39 | translate \ | 36 | translate \ |
| 40 | trash \ | 37 | trash \ |
| 41 | urlgrep \ | 38 | urlgrep \ |
| 42 | virename \ | 39 | virename \ |
| 43 | volume \ | ||
| 44 | websearch \ | 40 | websearch \ |
| 45 | xedit \ | 41 | xedit \ |
| 46 | xedit-filter \ | 42 | xedit-filter \ |
| 47 | xplumb \ | 43 | xplumb \ |
| 48 | xprop-active-window-id \ | 44 | xprop-active-window-id \ |
| 45 | xroot-update \ | ||
| 49 | xwallpaper-random-notify | 46 | xwallpaper-random-notify |
| 50 | 47 | ||
| 51 | all: install | 48 | all: install |
