8个版本 (1个稳定版)
1.0.0 | 2023年6月6日 |
---|---|
0.1.15 | 2023年6月6日 |
0.1.14 | 2023年4月13日 |
0.1.12 | 2023年3月31日 |
#6 in #i3-wm
115KB
360 行
i3quitdialog
为i3wm提供简单的退出对话框。
构建和安装
cargo install i3quitdialog
设置
“退出
”按钮默认可用。为了允许用户关闭和重启系统,请将它们添加到power
组。
您可以直接调用它
i3quitdialog
但是,如果您正在设置blocklet以启动I3退出对话框,建议使用i3-msg
[Logoff]
command=i3-msg -q -- exec --no-startup-id i3quitdialog
color=#ff0000
full_text=⏻
text=⏻
interval=0
#signal=10 # uncomment this line to capture `pkill -SIGRTMIN+10 i3blocks`
支持.XResources
I3退出对话框支持以下来自xrdb
的键(区分大小写)
i3quitdialog.Title.foreground
:窗口颜色i3quitdialog.Title.background
:窗口背景颜色i3quitdialog.ExitButton.color
:退出按钮颜色i3quitdialog.CancelButton.color
:取消按钮颜色i3quitdialog.HaltButton.color
:停止按钮颜色i3quitdialog.RebootButton.color
:重启按钮颜色
可接受值
- 十六进制RGB(
#0000ff
) - 以下字符串之一
黑色
蓝色
深蓝色
青色
深青色
绿色
深绿色
品红色
深品红色
红色
深红色
白色
黄色
深黄色
许可证:BSD-3-Clause
依赖项
~9–24MB
~377K SLoC