Compare commits
No commits in common. "7af492ac56e638cd40e7942f3616b63e5f4aaef1" and "cab698dad5a6e3186a739e801c2cc467664ed0ec" have entirely different histories.
7af492ac56
...
cab698dad5
8 changed files with 10 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
|||
(defvar WAIFU_MODE false) ; Bcz sometimes I listen to Geoxor, so, yeah...
|
||||
(defvar FALLBACK_COVER "/home/gaspard/Pictures/Icons/music-disk.png")
|
||||
(defvar FALLBACK_COVER "/home/gaspard/Images/Icons/music-disk.png")
|
||||
(defvar PLAY_STATUS "⏸︎")
|
||||
|
||||
(deflisten music_info :initial '{"title": "", "artist": "", "artUrl": "", "status": ""}' "~/.config/eww/scripts/get-music-info")
|
||||
|
|
|
@ -38,9 +38,9 @@ start_timer() {
|
|||
|
||||
# Notify user
|
||||
if [ "$timer_type" = "pause" ]; then
|
||||
notify-send -c grind-timer -i ~/Pictures/Icons/moai.jpg "Work period over" "You can take a little nap now."
|
||||
notify-send -c grind-timer -i ~/Images/Icons/moai.jpg "Work period over" "You can take a little nap now."
|
||||
elif [ "$timer_type" = "work" ]; then
|
||||
notify-send -c grind-timer -i ~/Pictures/Icons/moai.jpg "Pause period over" "Back to grinding we go."
|
||||
notify-send -c grind-timer -i ~/Images/Icons/moai.jpg "Pause period over" "Back to grinding we go."
|
||||
fi
|
||||
|
||||
start_timer "$timer_type"
|
||||
|
|
|
@ -10,7 +10,7 @@ export SWWW_TRANSITION=wipe
|
|||
export SWWW_TRANSITION_ANGLE=$RANDOM
|
||||
export SWWW_TRANSITION_FPS=60
|
||||
|
||||
wallpapers_dir=~/Pictures/Wallpapers/enabled
|
||||
wallpapers_dir=~/Images/Wallpapers/enabled
|
||||
|
||||
if [[ "$1" = "daemon" ]]; then
|
||||
exec swww-daemon
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Preload
|
||||
preload = ~/Pictures/Wallpapers/ExylCollection/Desktop Flute Altar by Exyl.png
|
||||
preload = ~/Pictures/Wallpapers/Overthinker - Inzo.png
|
||||
preload = ~/Images/Wallpapers/ExylCollection/Desktop Flute Altar by Exyl.png
|
||||
preload = ~/Images/Wallpapers/Overthinker - Inzo.png
|
||||
|
||||
# Definition
|
||||
wallpaper = , ~/Pictures/Wallpapers/Overthinker - Inzo.png
|
||||
# wallpaper = , ~/Pictures/Wallpapers/ExylCollection/Desktop Flute Altar by Exyl.png
|
||||
wallpaper = , ~/Images/Wallpapers/Overthinker - Inzo.png
|
||||
# wallpaper = , ~/Images/Wallpapers/ExylCollection/Desktop Flute Altar by Exyl.png
|
||||
|
||||
splash = false
|
||||
|
|
|
@ -6,6 +6,6 @@ exec --no-startup-id /usr/bin/wired
|
|||
|
||||
exec --no-startup-id artix-pipewire-launcher restart
|
||||
|
||||
exec --no-startup-id sleep 1 && feh --bg-fill "/home/gaspard/Pictures/Wallpapers/ExylCollection/Desktop Flute Altar by Exyl.png"
|
||||
exec --no-startup-id sleep 1 && feh --bg-fill "/home/gaspard/Images/Wallpapers/ExylCollection/Desktop Flute Altar by Exyl.png"
|
||||
|
||||
exec udiskie
|
||||
|
|
|
@ -19,7 +19,7 @@ model = "codestral"
|
|||
|
||||
[language-server.lsp-ai.config.completion.parameters]
|
||||
max_tokens = 64
|
||||
max_context = 2048
|
||||
max_context = 1024
|
||||
|
||||
|
||||
#################################
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
neofetch
|
||||
bottom
|
||||
htop
|
||||
unzip
|
||||
wg-netmanager
|
||||
podman-compose
|
||||
mangohud
|
||||
|
@ -63,10 +62,6 @@
|
|||
|
||||
# Other
|
||||
programs.nix-ld.enable = true;
|
||||
programs.localsend = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
# User config
|
||||
users.groups.gaspard = {
|
||||
|
|
|
@ -74,20 +74,14 @@
|
|||
"steamdeck-hw-theme"
|
||||
];
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: {
|
||||
intel-vaapi-driver = pkgs.intel-vaapi-driver.override {enableHybridCodec = true;};
|
||||
};
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-media-driver
|
||||
intel-vaapi-driver
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
mesa
|
||||
];
|
||||
};
|
||||
|
||||
hardware.nvidia = {
|
||||
modesetting.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue