mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
screenshot: dont put region size in the region
This commit is contained in:
@@ -425,11 +425,13 @@ ShellRoot {
|
||||
radius: 0 // TODO: figure out how to make the overlay thing work with rounding
|
||||
}
|
||||
StyledText {
|
||||
z: 2
|
||||
anchors {
|
||||
bottom: selectionBorder.bottom
|
||||
top: selectionBorder.bottom
|
||||
right: selectionBorder.right
|
||||
margins: 8
|
||||
}
|
||||
color: root.selectionBorderColor
|
||||
text: `${Math.round(panelWindow.regionWidth)} x ${Math.round(panelWindow.regionHeight)}`
|
||||
}
|
||||
|
||||
|
||||
@@ -501,5 +501,11 @@
|
||||
"Numbers": "Numbers",
|
||||
"Intelligence": "Intelligence",
|
||||
"Open network portal": "Open network portal",
|
||||
"<i>No further instruction provided</i>": "<i>No further instruction provided</i>"
|
||||
"<i>No further instruction provided</i>": "<i>No further instruction provided</i>",
|
||||
"Language not listed or incomplete translations?\nYou can choose to generate translations for it with Gemini.\n1. Open the left sidebar with Super+A, set model to Gemini (if it isn't already)\n2. Type /key, hit Enter and follow the instructions\n3. Type /key YOUR_API_KEY\n4. Type the locale of your language below and press Generate": "Language not listed or incomplete translations?\nYou can choose to generate translations for it with Gemini.\n1. Open the left sidebar with Super+A, set model to Gemini (if it isn't already)\n2. Type /key, hit Enter and follow the instructions\n3. Type /key YOUR_API_KEY\n4. Type the locale of your language below and press Generate",
|
||||
"Locale code, e.g. fr_FR, de_DE, zh_CN...": "Locale code, e.g. fr_FR, de_DE, zh_CN...",
|
||||
"Select language": "Select language",
|
||||
"Generate translation with Gemini": "Generate translation with Gemini",
|
||||
"Generating...\nDon't close this window!": "Generating...\nDon't close this window!",
|
||||
"Generate\nTypically takes 2 minutes": "Generate\nTypically takes 2 minutes"
|
||||
}
|
||||
Reference in New Issue
Block a user