diff --git a/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml b/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml index 127fbbbbc..4740b4975 100644 --- a/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml +++ b/dots/.config/quickshell/ii/modules/cheatsheet/CheatsheetKeybinds.qml @@ -18,7 +18,8 @@ Item { // http://xahlee.info/comp/unicode_computing_symbols.html property list superMap: [ "󰖳", "󰌽", "⌘", "", "󰨡", "", "", - "󰣇", "", "", "", "", " ", "", "󱄛" + "󰣇", "", "", "", "", " ", "", + "󱄛", "󰀲", "󰟍", "" ] property var macSymbolMap: ({ "Ctrl": "󰘴" , diff --git a/dots/.config/quickshell/ii/modules/settings/AdvancedConfig.qml b/dots/.config/quickshell/ii/modules/settings/AdvancedConfig.qml index e118358b9..4c9218edc 100644 --- a/dots/.config/quickshell/ii/modules/settings/AdvancedConfig.qml +++ b/dots/.config/quickshell/ii/modules/settings/AdvancedConfig.qml @@ -107,6 +107,7 @@ ContentPage { // 0: 󰖳 | 1: 󰌽 | 2: 󰘳 | 3:  | 4: 󰨡 // 5:  | 6:  | 7: 󰣇 | 8:  | 9:  // 10:  | 11:  | 12:  | 13:  | 14: 󱄛 + // 15: 󰀲 | 16: 󰟍 | 17:  | options: [ { displayName: "󰖳", @@ -164,6 +165,19 @@ ContentPage { displayName: "󰘳", value: 2 }, + { + displayName: "󰀲", + value: 15 + }, + { + displayName: "󰟍", + value: 16 + }, + { + displayName: "", + value: 17 + }, + ] } }