-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Switch to qt5/6ct and add keepassxc.ini
- Loading branch information
1 parent
118a269
commit 9c110fd
Showing
9 changed files
with
151 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
[General] | ||
BackupBeforeSave=true | ||
BackupFilePathPattern={DB_FILENAME}.kdbx.{TIME:dd.MM.yy}.old | ||
ConfigVersion=2 | ||
FaviconDownloadTimeout=6 | ||
UpdateCheckMessageShown=true | ||
|
||
[Browser] | ||
CustomProxyLocation= | ||
Enabled=true | ||
|
||
[FdoSecrets] | ||
Enabled=true | ||
NoConfirmDeleteItem=false | ||
UnlockBeforeSearch=true | ||
|
||
[GUI] | ||
AdvancedSettings=false | ||
ApplicationTheme=classic | ||
CheckForUpdates=false | ||
ColorPasswords=true | ||
CompactMode=true | ||
HideMenubar=false | ||
HidePasswords=true | ||
HidePreviewPanel=false | ||
HideToolbar=false | ||
HideUsernames=false | ||
MinimizeOnClose=true | ||
MinimizeOnStartup=true | ||
MinimizeToTray=true | ||
MonospaceNotes=true | ||
MovableToolbar=false | ||
ShowExpiredEntriesOnDatabaseUnlock=false | ||
ShowTrayIcon=true | ||
ToolButtonStyle=0 | ||
TrayIconAppearance=monochrome-light | ||
|
||
[KeeShare] | ||
QuietSuccess=true | ||
|
||
[PasswordGenerator] | ||
AdditionalChars= | ||
AdvancedMode=true | ||
Braces=false | ||
Dashes=false | ||
EASCII=false | ||
ExcludeAlike=true | ||
ExcludedChars= | ||
Length=64 | ||
Logograms=false | ||
LowerCase=true | ||
Math=false | ||
Numbers=true | ||
Punctuation=false | ||
Quotes=false | ||
SpecialChars=true | ||
UpperCase=true | ||
WordCase=2 | ||
WordCount=40 | ||
|
||
[SSHAgent] | ||
Enabled=true | ||
|
||
[Security] | ||
ClearClipboardTimeout=7 | ||
IconDownloadFallback=true | ||
LockDatabaseIdle=true | ||
LockDatabaseIdleSeconds=120 | ||
LockDatabaseMinimize=false | ||
LockDatabaseScreenLock=true | ||
NoConfirmMoveEntryToRecycleBin=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[Appearance] | ||
color_scheme_path=/home/sophie/.config/qt5ct/colors/catppuccin-mocha-pink.conf | ||
custom_palette=true | ||
icon_theme=Papirus | ||
standard_dialogs=gtk3 | ||
style=Darkly | ||
|
||
[Fonts] | ||
fixed="Ubuntu,12,-1,5,50,0,0,0,0,0" | ||
general="Ubuntu,12,-1,5,50,0,0,0,0,0" | ||
|
||
[Interface] | ||
activate_item_on_single_click=1 | ||
buttonbox_layout=3 | ||
cursor_flash_time=1000 | ||
dialog_buttons_have_icons=1 | ||
double_click_interval=400 | ||
gui_effects=@Invalid() | ||
keyboard_scheme=4 | ||
menus_have_icons=true | ||
show_shortcuts_in_context_menus=true | ||
stylesheets=@Invalid() | ||
toolbutton_style=2 | ||
underline_shortcut=1 | ||
wheel_scroll_lines=3 | ||
|
||
[Troubleshooting] | ||
force_raster_widgets=1 | ||
ignored_applications=@Invalid() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[Appearance] | ||
color_scheme_path=/home/sophie/.config/qt6ct/colors/catppuccin-mocha-pink.conf | ||
custom_palette=true | ||
icon_theme=Papirus | ||
standard_dialogs=gtk3 | ||
style=Darkly | ||
|
||
[Fonts] | ||
fixed="Ubuntu,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" | ||
general="Ubuntu,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" | ||
|
||
[Interface] | ||
activate_item_on_single_click=1 | ||
buttonbox_layout=3 | ||
cursor_flash_time=1000 | ||
dialog_buttons_have_icons=1 | ||
double_click_interval=400 | ||
gui_effects=@Invalid() | ||
keyboard_scheme=4 | ||
menus_have_icons=true | ||
show_shortcuts_in_context_menus=true | ||
stylesheets=@Invalid() | ||
toolbutton_style=2 | ||
underline_shortcut=1 | ||
wheel_scroll_lines=3 | ||
|
||
[Troubleshooting] | ||
force_raster_widgets=1 | ||
ignored_applications=@Invalid() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ | |
|
||
set -e | ||
|
||
export CTP_THEME=mocha-pink | ||
|
||
CONFIG="config.yaml" | ||
DOTBOT_DIR="submodules/dotbot" | ||
|
||
|
Submodule catppuccin-qt5ct
added at
0442cc