forked from Shinonome/dots-hyprland
exported useFlag from statusicons to user_options (#369)
This commit is contained in:
@@ -273,7 +273,7 @@ const HyprlandXkbKeyboardLayout = async ({ useFlag } = {}) => {
|
|||||||
|
|
||||||
const OptionalKeyboardLayout = async () => {
|
const OptionalKeyboardLayout = async () => {
|
||||||
try {
|
try {
|
||||||
return await HyprlandXkbKeyboardLayout({ useFlag: false });
|
return await HyprlandXkbKeyboardLayout({ useFlag: userOptions.appearance.keyboardUseFlag });
|
||||||
} catch {
|
} catch {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,9 @@ let configOptions = {
|
|||||||
'durationSmall': 110,
|
'durationSmall': 110,
|
||||||
'durationLarge': 180,
|
'durationLarge': 180,
|
||||||
},
|
},
|
||||||
|
'appearance': {
|
||||||
|
'keyboardUseFlag': false, // Use flag emoji instead of abbreviation letters
|
||||||
|
},
|
||||||
'apps': {
|
'apps': {
|
||||||
'imageViewer': "loupe",
|
'imageViewer': "loupe",
|
||||||
'terminal': "foot", // This is only for shell actions
|
'terminal': "foot", // This is only for shell actions
|
||||||
|
|||||||
Reference in New Issue
Block a user