This commit is contained in:
Maddie H 2023-03-11 11:19:27 +00:00
parent 245fd26c92
commit a99fbcf69f
No known key found for this signature in database
GPG Key ID: 64FAA9959751687D
7 changed files with 10 additions and 10 deletions

View File

@ -3,4 +3,4 @@
echo "Name:" && read name
echo "URL:" && read url
yt-dlp -x --no-playlist --embed-thumbnail -no-embed-metadata --audio-quality 0 --audio-format flac -o "$name" "$url"
yt-dlp -x --no-playlist --embed-thumbnail --no-embed-metadata --audio-quality 0 --audio-format flac -o "$name" "$url"

View File

@ -15,9 +15,10 @@
0.1
0.1
];
/* opacityRules = [ */
/* "90:name *= 'st'" */
/* ]; */
opacityRules = [
"90:class_g = 'st-256color'"
"90:class_g = 'tabbed-trans'"
];
shadow = true;
vSync = true;
};

View File

@ -1,3 +1,3 @@
#!/usr/bin/env sh
tabbed -r 2 st -w ''
picom-trans -w $(tabbed $@ -d -n "tabbed-trans" -r 2 st -w '') -o 90

View File

@ -41,8 +41,8 @@
programs.feh.enable = true;
home.file.".xinitrc".text = ''
# Monitor configuration
${pkgs.xorg.xrandr}/bin/xrandr --output HDMI-0 --noprimary --mode 2560x1440 --pos 2560x0 --rotate right
${pkgs.xorg.xrandr}/bin/xrandr --output DP-0 --primary --mode 2560x1440 --pos 0x560
${pkgs.xorg.xrandr}/bin/xrandr --output HDMI-0 --noprimary --mode 2560x1440 --pos 2560x0 --rotate right
# Apply wallpaper
${pkgs.feh}/bin/feh --no-fehbg --bg-fill "$HOME/Pictures/Wallpapers/The Walking Dead/shane_1.jpg" --bg-fill "$HOME/Pictures/Wallpapers/The Walking Dead/shane_3.jpg"

View File

@ -5,8 +5,8 @@
src = final.fetchFromGitHub {
owner = "SpyHoodle";
repo = "dwm";
rev = "a8c4c51946229f792e8621bde44a7001f7977dc7";
sha256 = "sha256-7zbUmDVC2QfiZ4SP9fJbiqxQm7X62dlixL1hRR8zv+k=";
rev = "e62a49b77e9490e47200b7778c5086c4dff969a9";
sha256 = "sha256-V0tadjoEq/esz708cjfpbBBVqIActYRXKn9yNEeUKLU=";
};
});
st = prev.st.overrideAttrs (oldAttrs: {

View File

@ -22,6 +22,7 @@
# Filesystems
dosfstools
btrfs-progs
ntfs3g
exfatprogs
libimobiledevice

View File

@ -1,5 +1,3 @@
sessionCommands = ''
'';
{ config, pkgs, ... }:
{