fixes
This commit is contained in:
parent
245fd26c92
commit
a99fbcf69f
@ -3,4 +3,4 @@
|
|||||||
echo "Name:" && read name
|
echo "Name:" && read name
|
||||||
echo "URL:" && read url
|
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"
|
||||||
|
@ -15,9 +15,10 @@
|
|||||||
0.1
|
0.1
|
||||||
0.1
|
0.1
|
||||||
];
|
];
|
||||||
/* opacityRules = [ */
|
opacityRules = [
|
||||||
/* "90:name *= 'st'" */
|
"90:class_g = 'st-256color'"
|
||||||
/* ]; */
|
"90:class_g = 'tabbed-trans'"
|
||||||
|
];
|
||||||
shadow = true;
|
shadow = true;
|
||||||
vSync = true;
|
vSync = true;
|
||||||
};
|
};
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
tabbed -r 2 st -w ''
|
picom-trans -w $(tabbed $@ -d -n "tabbed-trans" -r 2 st -w '') -o 90
|
||||||
|
@ -41,8 +41,8 @@
|
|||||||
programs.feh.enable = true;
|
programs.feh.enable = true;
|
||||||
home.file.".xinitrc".text = ''
|
home.file.".xinitrc".text = ''
|
||||||
# Monitor configuration
|
# 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 DP-0 --primary --mode 2560x1440 --pos 0x560
|
||||||
|
${pkgs.xorg.xrandr}/bin/xrandr --output HDMI-0 --noprimary --mode 2560x1440 --pos 2560x0 --rotate right
|
||||||
|
|
||||||
# Apply wallpaper
|
# 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"
|
${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"
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
src = final.fetchFromGitHub {
|
src = final.fetchFromGitHub {
|
||||||
owner = "SpyHoodle";
|
owner = "SpyHoodle";
|
||||||
repo = "dwm";
|
repo = "dwm";
|
||||||
rev = "a8c4c51946229f792e8621bde44a7001f7977dc7";
|
rev = "e62a49b77e9490e47200b7778c5086c4dff969a9";
|
||||||
sha256 = "sha256-7zbUmDVC2QfiZ4SP9fJbiqxQm7X62dlixL1hRR8zv+k=";
|
sha256 = "sha256-V0tadjoEq/esz708cjfpbBBVqIActYRXKn9yNEeUKLU=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
st = prev.st.overrideAttrs (oldAttrs: {
|
st = prev.st.overrideAttrs (oldAttrs: {
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
# Filesystems
|
# Filesystems
|
||||||
dosfstools
|
dosfstools
|
||||||
|
btrfs-progs
|
||||||
ntfs3g
|
ntfs3g
|
||||||
exfatprogs
|
exfatprogs
|
||||||
libimobiledevice
|
libimobiledevice
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
sessionCommands = ''
|
|
||||||
'';
|
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user