mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Add Version to mod shift v
This commit is contained in:
parent
6691aefda3
commit
0ec8b7200e
1 changed files with 2 additions and 1 deletions
|
@ -912,7 +912,8 @@ version(struct swm_region *r, union arg *args)
|
|||
{
|
||||
bar_version = !bar_version;
|
||||
if (bar_version)
|
||||
strlcpy(bar_vertext, cvstag, sizeof bar_vertext);
|
||||
snprintf(bar_vertext, sizeof bar_vertext, "Version: %s CVS: %s",
|
||||
SWM_VERSION, cvstag);
|
||||
else
|
||||
strlcpy(bar_vertext, "", sizeof bar_vertext);
|
||||
bar_update();
|
||||
|
|
Loading…
Add table
Reference in a new issue