Skip to content

Commit

Permalink
QT theme
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Mar 13, 2024
1 parent d905e66 commit febbbde
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ PATH=${PATH}:${HOME}/bin:${HOME}/.cargo/bin
export EDITOR=emacsclient
export ENIGMACURRY_EMACS_DEV=true
unset USERNAME
#export GTK_THEME=adwaita-dark
export GTK_THEME=Adwaita:dark
export QT_QPA_PLATFORMTHEME=qt5ct

eval $(keychain --eval --quiet)

Expand Down
27 changes: 27 additions & 0 deletions config/qt5ct/qt5ct.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[Appearance]
color_scheme_path=/usr/share/qt5ct/colors/airy.conf
custom_palette=false
standard_dialogs=default
style=Adwaita-Dark

[Fonts]
fixed=@Variant(\0\0\0@\0\0\0\x12\0N\0o\0t\0o\0 \0S\0\x61\0n\0s@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
general=@Variant(\0\0\0@\0\0\0\x12\0N\0o\0t\0o\0 \0S\0\x61\0n\0s@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)

[Interface]
activate_item_on_single_click=1
buttonbox_layout=0
cursor_flash_time=1000
dialog_buttons_have_icons=1
double_click_interval=400
gui_effects=@Invalid()
keyboard_scheme=2
menus_have_icons=true
show_shortcuts_in_context_menus=true
stylesheets=@Invalid()
toolbutton_style=4
underline_shortcut=1
wheel_scroll_lines=3

[SettingsWindow]
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\t\xff\0\0\x5$\0\0\0\0\0\0\0\0\0\0\t\xff\0\0\x5$\0\0\0\0\0\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\t\xff\0\0\x5$)
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ link_dir() {
}

link() {
SRC=$(realpath ${1}); DEST=${2};
SRC=$(realpath ${1}); DEST=$(realpath ${2});
(
set -x
ln -sf "${SRC}" "${DEST}"
Expand Down

0 comments on commit febbbde

Please sign in to comment.