change on thunderbird

This commit is contained in:
afoucaultc 2026-07-04 12:38:03 +02:00
parent a463bddcd4
commit 72b6ef5152
9 changed files with 35 additions and 2994 deletions

View file

@ -1,11 +0,0 @@
wallpaper {
monitor = eDP-1
path = /home/Antoine/.config/hypr/wallpaper/wallpaper_nightmode.jpg
fit_mode = cover
}
wallpaper {
monitor = HDMI-A-1
path = /home/Antoine/.config/hypr/wallpaper/vertical.jpg
fit_mode = cover
}
splash = false

View file

@ -0,0 +1,11 @@
wallpaper {
monitor = eDP-1
path = /home/afoucaultc/Pictures/Wallpapers/nix-wallpaper.png
fit_mode = cover
}
wallpaper {
monitor = HDMI-A-1
path = /home/afoucaultc/Pictures/Wallpapers/nix-wallpaper.png
fit_mode = cover
}
splash = false

View file

@ -3,9 +3,9 @@ Count=1
[Window0Column0]
Notebook0Dialogs=ObjectProperties;FillStroke;Export;AlignDistribute;Text;Trace;
Notebook0Height=887
Notebook0Height=609
Notebook0ActiveTab=2
ColumnWidth=577
ColumnWidth=560
NotebookCount=1
BeforeCanvas=false

View file

@ -3,16 +3,16 @@ L'extension « Optimized PNG » n'a pas été chargée, car une dépendance e
emplacement: chemin
chaîne: optipng
L'extension « Formula (typst) » n'a pas été chargée, car une dépendance est manquante. Dépendance:
type: executable
emplacement: chemin
chaîne: typst
L'extension « Export to PDF via Scribus » n'a pas été chargée, car une dépendance est manquante. Dépendance:
type: executable
emplacement: chemin
chaîne: scribus
L'extension « Formula (typst) » n'a pas été chargée, car une dépendance est manquante. Dépendance:
type: executable
emplacement: chemin
chaîne: typst
L'extension « XFIG Input » n'a pas été chargée, car une dépendance est manquante. Dépendance:
type: executable
emplacement: chemin

View file

@ -317,7 +317,7 @@
id="lpetool"
mode="drag"
style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;"
unit="px" />
unit="mm" />
<eventcontext
id="text"
usecurrent="1"
@ -1108,8 +1108,8 @@
id="desktop"
style="text-orientation:auto;-inkscape-font-specification:'Sans, Normal';font-family:Sans;stroke-linejoin:bevel;stroke-width:2.34330709;font-size:8px;fill:#000000">
<group
width="1912"
height="1038"
width="1358"
height="760"
x="0"
y="0"
maximized="1"
@ -1251,7 +1251,7 @@
id="theme"
defaultPreferDarkTheme="0"
defaultIconTheme="Adwaita"
defaultGtkTheme="Adwaita"
defaultGtkTheme="adw-gtk3"
narrowSpinButton="1"
preferDarkTheme="1"
darkTheme="1"

View file

@ -1,39 +0,0 @@
# vim:ft=kitty
foreground #EDE7FE
background #25213B
selection_foreground #EDE7FE
selection_background #584F8C
# Cursor colors
cursor #25213B
cursor_text_color #EDE7FE
# URL underline color when hovering with mouse
# kitty window border colors
# OS Window titlebar colors
# Tab bar colors
# Colors for marks (marked text in the terminal)
# The basic 16 colors
# black
color0 #2E2A37
color8 #8876A7
# red
color1 #E56179
color9 #ED788D
# green
color2 #6DE38B
color10 #84EB9E
# yellow
color3 #F8C772
color11 #F9D494
# blue
color4 #7C89F8
color12 #8893FC
# magenta
color5 #B09CED
color13 #C09CF7
# cyan
color6 #33D7B0
color14 #51E1C0
# white
color7 #EEE5FF
color15 #FFFFFF
# You can set the remaining 240 colors as color16 to color255.

File diff suppressed because it is too large Load diff

View file

@ -13,7 +13,7 @@
pandoc # pandoc-cli
# --- Communication / mail ---
thunderbird # thunderbird
# thunderbird # thunderbird
signal-desktop # signal-desktop
mattermost-desktop # mattermost-desktop
protonmail-bridge # protonmail-bridge (CLI/bridge)
@ -27,6 +27,7 @@
mpv # mpv
nomacs # nomacs (AUR) — visionneuse d'images légère
imagemagick # imagemagick
librsvg # librsvg
# --- Maths / sciences ---
(octave.withPackages (ps: with ps; [

View file

@ -0,0 +1,11 @@
{ config, pkgs, ... }:
{
programs.thunderbird = {
enable = true;
profiles.default = {
isDefault = true;
};
};
stylix.targets.thunderbird.enable = true;
}