Enable Bitwarden CLI and keybind cheatsheet
Add bitwarden-cli, xdg-utils and gcc to essentials. Configure the noctalia Bitwarden plugin with custom server and generation options. Enable the keybind‑cheatsheet plugin and bind it to Super+Shift+K. Replace several widget displays with gauge visualizations and add a keybinds widget to the bar. Remove obsolete Bitwarden desktop toggles from host modules.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
scale = 1.3;
|
||||
};
|
||||
|
||||
cpu.display = "text";
|
||||
cpu.visualization = "gauge";
|
||||
|
||||
launcher.glyph = "rocket";
|
||||
|
||||
@@ -20,25 +20,27 @@
|
||||
network.show_label = false;
|
||||
|
||||
network_rx = {
|
||||
display = "text";
|
||||
visualization = "gauge";
|
||||
network_speed_compact = true;
|
||||
};
|
||||
|
||||
network_tx = {
|
||||
display = "text";
|
||||
visualization = "gauge";
|
||||
network_speed_compact = true;
|
||||
};
|
||||
|
||||
ram.display = "text";
|
||||
ram.visualization = "gauge";
|
||||
|
||||
recorder.type = "noctalia/screen_recorder:recorder";
|
||||
|
||||
keybinds.type = "kenn/keybind-cheatsheet:keybinds";
|
||||
|
||||
spacer_2.type = "spacer";
|
||||
|
||||
spacer_3.type = "spacer";
|
||||
|
||||
sysmon = {
|
||||
visualization = "text";
|
||||
visualization = "gauge";
|
||||
path = "/home";
|
||||
stat = "disk_free_pct";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user