aboutsummaryrefslogtreecommitdiff
path: root/wmstatus.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-08-08 08:58:36 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-08-08 08:58:36 +0200
commit29c89942ce6a266fd30a218abb022f55805ec01c (patch)
tree4d00187cda6ecb7d394898cfc917bb4c84850d63 /wmstatus.c
parent9042aeaa932e2451811febe0c2831591f2ce7030 (diff)
downloaddesktop-tools-29c89942ce6a266fd30a218abb022f55805ec01c.tar.gz
desktop-tools-29c89942ce6a266fd30a218abb022f55805ec01c.tar.xz
desktop-tools-29c89942ce6a266fd30a218abb022f55805ec01c.zip
Bump liberty
Diffstat (limited to 'wmstatus.c')
-rw-r--r--wmstatus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wmstatus.c b/wmstatus.c
index 5c94378..e7a8654 100644
--- a/wmstatus.c
+++ b/wmstatus.c
@@ -796,7 +796,7 @@ backend_i3_new (void)
// --- Configuration -----------------------------------------------------------
-static struct config_schema g_config_general[] =
+static const struct config_schema g_config_general[] =
{
{ .name = "command",
.comment = "Command to run for more info",
@@ -807,7 +807,7 @@ static struct config_schema g_config_general[] =
{}
};
-static struct config_schema g_config_mpd[] =
+static const struct config_schema g_config_mpd[] =
{
{ .name = "address",
.comment = "MPD host or socket",
@@ -823,7 +823,7 @@ static struct config_schema g_config_mpd[] =
{}
};
-static struct config_schema g_config_nut[] =
+static const struct config_schema g_config_nut[] =
{
{ .name = "enabled",
.comment = "NUT UPS status reading enabled",