summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author八奈見 レイ <rei.tteiimasu@gmail.com>2026-02-19 17:30:02 +0530
committerGitHub <noreply@github.com>2026-02-19 23:00:02 +1100
commit1313b899ad9e0aba73aadedb249da1e5dfbf1486 (patch)
treeba5c6e021ca5425d48b728405c5dee60c26fb26d /README.md
parentdashboard/performance: new design, configurable, controlcenter support (#975) (diff)
downloadcaelestia-shell-1313b899ad9e0aba73aadedb249da1e5dfbf1486.tar.gz
caelestia-shell-1313b899ad9e0aba73aadedb249da1e5dfbf1486.tar.bz2
caelestia-shell-1313b899ad9e0aba73aadedb249da1e5dfbf1486.zip
config: added option to set session icons (#1189)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0c3ca82..c46f423 100644
--- a/README.md
+++ b/README.md
@@ -604,6 +604,12 @@ default, you must create it manually.
"dragThreshold": 30,
"enabled": true,
"vimKeybinds": false,
+ "icons": {
+ "logout": "logout",
+ "shutdown": "power_settings_new",
+ "hibernate": "downloading",
+ "reboot": "cached"
+ },
"commands": {
"logout": ["loginctl", "terminate-user", ""],
"shutdown": ["systemctl", "poweroff"],