summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar
Commit message (Collapse)AuthorAgeFilesLines
* Eibhear: Initial commitMaksymilian Jopek2025-03-151-1/+1
| | | | Some file deletion, small changes, some addition
* New: create sb-ticker (#1436)Nicholas Gorden2025-03-051-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * weath: Add option to get forecast from a different location (#1327) * weath: Add option to get forecast from a different location * Remove retry and make max time lower because it is interactive * Give weath 'cp' option to copy forecast as plain text for sharing * Make weath a separate script * shortcuts: export env vars for each shortcut (#1395) useful if want to use shortcuts w/ different progs instead of their default behavior (cd / $EDITOR), e.g.: ```sh cd ~/Downloads mv foo.mp3 $music ``` Co-authored-by: Luke Smith <luke@lukesmith.xyz> * Update mpd to use PipeWire (#1412) per https://wiki.archlinux.org/title/Music_Player_Daemon#Audio_configuration * New: create sb-ticker --------- Co-authored-by: appeasementPolitik <108810900+appeasementPolitik@users.noreply.github.com> Co-authored-by: Kipras Melnikovas <kipras@kipras.org> Co-authored-by: Luke Smith <luke@lukesmith.xyz> Co-authored-by: fennomaani <160141733+fennomaani@users.noreply.github.com>
* Remove non-working sat24 doppler provider, and add the Netherlands (#1397)thetubster992025-03-021-55/+14
|
* Group multi-process program usage (#1444)xsmh2025-02-282-2/+2
| | | Programs like Chrome run multiple processes that take up the entire notification window. This commit solves this issue by grouping and aggregating CPU and memory usage for multi-process programs into single entries.
* Fix sb-price after bash -> dash change (#1426)appeasementPolitik2024-10-221-1/+3
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2024-07-151-3/+3
|\
| * Fix sb-volume (toggle mute, scroll volume change) (#1411)zetef2024-07-151-3/+3
| | | | | | | | | | the current wpctl version does not support @DEFAULT_AUDIO_SINK@, but works with @DEFAULT_SINK@ quick fix
* | filename and exec fixLuke Smith2024-07-151-0/+0
| |
* | Merge branch 'patch-1' of https://github.com/ArgusGuardian/voidrice into ↵Luke Smith2024-07-151-0/+23
|\ \ | |/ |/| | | ArgusGuardian-patch-1
| * ditch brightnessctl, more minimalisticAlaa Eddine2024-05-051-8/+18
| |
| * Create sb-bghitness, show brightness in the bar.Alaa Eddine2024-05-031-0/+13
| | | | | | script to add brightness to the dwmblocks.
* | Tiny fix and optimizationthetubster992024-05-231-1/+1
| |
* | Update sb-clock to fix display issue (#1380)Stepan Chernov2024-05-111-1/+1
|/ | | Co-authored-by: Stepan Chernov <me@chernov.land>
* script fixes (#1386)Jameson2023-12-3021-22/+22
| | | | | | | | | | | * fix typo in lfub * use setsid when editing scripts * fix immediate exit on middle click --------- Co-authored-by: 2084x <2084x@noreply.codeberg.org>
* Update sb-music (#1367)Joey-Pepperoni2023-10-291-1/+1
| | | The s/\\&/&amp;/g operation only effect is to add "amp;" after any ampersand in the artist or song name. "&" displays just fine anyways, so there's no reason to include an operation to replace it.
* Update sb-mailbox in statusbar on closing neomutt (#1329)appeasementPolitik2023-10-271-1/+1
|
* Change remaining tremc entry in script to stig (#1364)appeasementPolitik2023-10-041-2/+2
|
* Timeout added to forecast module, ncmpcpp now tracks player state (#1359)sban2023-09-051-1/+1
| | | | | | | * Added timeout to getforecast to prevent status bar breakage. A 2 second timeout is used in the case that wttr.in is inaccessible when dwm is started; as otherwise it tries to curl wttr.in indefinitely, not allowing other status bar modules to be loaded. * Update music status bar module on player state change
* Fix the extra space between sb-internet and the block on the right of ↵appeasementPolitik2023-08-251-2/+2
| | | | sb-internet (#1352)
* sb-internet: replace grep/sed commands for more efficiency (#1349)appeasementPolitik2023-08-161-4/+11
|
* Fixed formatting bug with notify-send (#1344)Gunnar K. Halvorsen2023-07-231-1/+1
| | | | | | | * Fixed formatting bug with notify-send * Update sb-clock Fix suggested by 'mhdna'
* Make sure sb-volume module is updated when closed after opening (#1316)appeasementPolitik2023-05-261-1/+1
|
* Don't wrap horizontally on short terminal (#1325)appeasementPolitik2023-05-111-1/+1
|
* sb-price improvementsLuke Smith2023-04-201-20/+23
|
* use built-ins, close #1297Luke Smith2023-04-201-3/+8
|
* efficiency and fail tweaksLuke Smith2023-03-311-5/+9
|
* customizable wttr/rate urls, sb-price improvementsLuke Smith2023-03-202-12/+12
|
* fix #1275Luke Smith2023-02-171-1/+1
|
* read file only onceLuke Smith2023-02-121-15/+18
|
* Switch to kebab-case for file nameHelionSmoker2023-02-121-1/+1
|
* Rewrite sb-forecastHelionSmoker2023-02-121-19/+33
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-02-061-1/+1
|\
| * Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar (#1259)PrivateLalle2023-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Fix mouse issue in firefox, add avif icon and add DK & SE to dopplar * Update sb-doppler * Scandinavian countries listed --------- Co-authored-by: Victor Risgaard <victor@risgaard.xyz>
* | fix #1260, more principled volume formatLuke Smith2023-02-061-2/+3
|/
* check if kb_choice is empty in sb-kbselect (#1243)Sergei Kozyrev2023-01-281-0/+1
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2023-01-151-3/+3
|\
| * Use wpctl to change volume (#1248)Jameson2023-01-151-3/+3
| |
* | tweaksLuke Smith2023-01-151-1/+1
|/
* url update, add cont-us, non-wide char for dopplerLuke Smith2022-10-211-3/+4
|
* Fix Sioux Falls (#1213)Nicholas Gorden2022-10-101-1/+1
| | | Sioux Falls is in South Dakota, not Iowa
* Fix forecast and moonphase (#1211)appeasementPolitik2022-10-082-2/+2
|
* Merge branch 'master' of github.com:LukeSmithxyz/voidriceLuke Smith2022-10-022-2/+2
|\
| * Make sb-forecast and sb-moonphase more robust (#1198)appeasementPolitik2022-10-022-2/+2
| | | | | | | | | | * Make sb-forecast more robust * Make sb-moonphase more robust
* | volume bar more efficientLuke Smith2022-10-021-11/+19
|/
* move weatherreport to $XDG_CACHE_HOME (#1140)Rainer Wittmaack2022-07-071-1/+1
|
* Little optimizations (#1138)appeasementPolitik2022-07-061-7/+10
|
* change if statement to case (#1137)i-c-u-p2022-07-051-10/+7
|
* fixLuke Smith2022-07-011-41/+32
|
* Regions for GermanySecondarian2022-07-011-12/+40
| | | This lets you choose regions for Germany and get radar gifs from the national weather service instead of Sat24 which are way higher quality.
* use "|" as sed delimiter if pattern has "/" (#1118)i-c-u-p2022-06-151-1/+1
| | | removes the need for "/" to be escaped with a backslash