updates
Some checks failed
Lint / Lint (3.10) (push) Failing after 16s
Lint / Lint (3.11) (push) Failing after 14s

This commit is contained in:
Ariejan de Vroom 2024-06-07 16:31:41 +02:00
parent 5869a5f6bb
commit 7ff9e9498e
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 17 additions and 0 deletions

View File

@ -19,13 +19,21 @@ xkb-options=['caps:ctrl_modifier']
[org/gnome/shell/extensions/freon] [org/gnome/shell/extensions/freon]
hot-sensors=['Tccd1', 'junction'] hot-sensors=['Tccd1', 'junction']
# Set Son en Breugel as location for weather info
[org/gnome/shell/extensions/openweatherrefined] [org/gnome/shell/extensions/openweatherrefined]
actual-city=0 actual-city=0
locs=[(uint32 0, 'Son en Breugel, Noord-Brabant, Nederland', uint32 0, '51.5173136,5.500838')] locs=[(uint32 0, 'Son en Breugel, Noord-Brabant, Nederland', uint32 0, '51.5173136,5.500838')]
# Shell theme and fonts
[org/gnome/desktop/interface] [org/gnome/desktop/interface]
gtk-theme='WhiteSur-Light-blue' gtk-theme='WhiteSur-Light-blue'
monospace-font-name='Hack Nerd Font Mono 10' monospace-font-name='Hack Nerd Font Mono 10'
[org/gnome/shell/extensions/user-theme] [org/gnome/shell/extensions/user-theme]
name='WhiteSur-Light-blue' name='WhiteSur-Light-blue'
# Shell settings
[org/gnome/shell]
disable-user-extensions=false
enabled-extensions=['freon@UshakovVasilii_Github.yahoo.com', 'dash-to-panel@jderose9.github.com', 'openweather-extension@penguin-teal.github.io', 'user-theme@gnome-shell-extensions.gcampax.github.com']
favorite-apps=['org.gnome.Nautilus.desktop', 'com.todoist.Todoist.desktop', 'md.obsidian.Obsidian.desktop', 'org.mozilla.Thunderbird.desktop', 'firefox.desktop', 'org.gnome.Terminal.desktop', 'com.spotify.Client.desktop', 'com.slack.Slack.desktop']

9
scripts/setup_gpg.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env -S bash -i
echo "--- Grabbing GPG Passpharse from Bitwarden to clipboard"
rbw get "GPG Passphrase" | xclip -selection clipboard
echo "--- Importing private/public key"
rbw get "GPG Private/Pub Key (Ariejan)" | gpg --import
echo "--- Setting key trust"