From b55a2629fb9f9f2e26ad8a3c3639eb28bd9ccab0 Mon Sep 17 00:00:00 2001 From: Lucas Barbieri Date: Tue, 16 Jan 2024 13:08:59 -0300 Subject: [PATCH] move scripts to the right dir turns out i was dumping them in 2 different places lmao --- desktop/configs/xmonad/src/main.hs | 2 +- desktop/{configs => }/scripts/animations.sh | 0 desktop/{configs => }/scripts/autostart.sh | 0 desktop/{configs => }/scripts/change-colorscheme.sh | 0 desktop/{configs => }/scripts/cpu.sh | 0 desktop/{configs => }/scripts/elash.sh | 0 desktop/{configs => }/scripts/fix.sh | 0 desktop/{configs => }/scripts/idle | 0 desktop/{configs => }/scripts/init.sh | 0 desktop/{configs => }/scripts/macro.sh | 0 desktop/{configs => }/scripts/memory.sh | 0 desktop/{configs => }/scripts/mouse.sh | 0 desktop/{configs => }/scripts/mpd.sh | 0 desktop/{configs => }/scripts/screenlayout.sh | 0 desktop/{configs => }/scripts/sfp.sh | 0 desktop/{configs => }/scripts/swww.sh | 0 desktop/{configs => }/scripts/upt.sh | 0 desktop/{configs => }/scripts/volume.sh | 0 desktop/{configs => }/scripts/volume_brightness.sh | 0 desktop/{configs => }/scripts/weechat.sh | 0 desktop/{configs => }/scripts/xfce.sh | 0 desktop/{configs => }/scripts/xmonad.sh | 0 22 files changed, 1 insertion(+), 1 deletion(-) rename desktop/{configs => }/scripts/animations.sh (100%) rename desktop/{configs => }/scripts/autostart.sh (100%) rename desktop/{configs => }/scripts/change-colorscheme.sh (100%) rename desktop/{configs => }/scripts/cpu.sh (100%) rename desktop/{configs => }/scripts/elash.sh (100%) rename desktop/{configs => }/scripts/fix.sh (100%) rename desktop/{configs => }/scripts/idle (100%) rename desktop/{configs => }/scripts/init.sh (100%) rename desktop/{configs => }/scripts/macro.sh (100%) rename desktop/{configs => }/scripts/memory.sh (100%) rename desktop/{configs => }/scripts/mouse.sh (100%) rename desktop/{configs => }/scripts/mpd.sh (100%) rename desktop/{configs => }/scripts/screenlayout.sh (100%) rename desktop/{configs => }/scripts/sfp.sh (100%) rename desktop/{configs => }/scripts/swww.sh (100%) rename desktop/{configs => }/scripts/upt.sh (100%) rename desktop/{configs => }/scripts/volume.sh (100%) rename desktop/{configs => }/scripts/volume_brightness.sh (100%) rename desktop/{configs => }/scripts/weechat.sh (100%) rename desktop/{configs => }/scripts/xfce.sh (100%) rename desktop/{configs => }/scripts/xmonad.sh (100%) diff --git a/desktop/configs/xmonad/src/main.hs b/desktop/configs/xmonad/src/main.hs index 745a596..d0f034c 100644 --- a/desktop/configs/xmonad/src/main.hs +++ b/desktop/configs/xmonad/src/main.hs @@ -400,7 +400,7 @@ myLayoutHook = nmaster = 1 -- Default number of windows in the master pane. ratio = 1 / 2 -- Default proportion of screen occupied by master panes. delta = 3 / 100 -- Percent of screen increment by when resizing panes. - w = 1 -- Width of pixel size between windows while tiled. + w = 8 -- Width of pixel size between windows while tiled. myConfig = def diff --git a/desktop/configs/scripts/animations.sh b/desktop/scripts/animations.sh similarity index 100% rename from desktop/configs/scripts/animations.sh rename to desktop/scripts/animations.sh diff --git a/desktop/configs/scripts/autostart.sh b/desktop/scripts/autostart.sh similarity index 100% rename from desktop/configs/scripts/autostart.sh rename to desktop/scripts/autostart.sh diff --git a/desktop/configs/scripts/change-colorscheme.sh b/desktop/scripts/change-colorscheme.sh similarity index 100% rename from desktop/configs/scripts/change-colorscheme.sh rename to desktop/scripts/change-colorscheme.sh diff --git a/desktop/configs/scripts/cpu.sh b/desktop/scripts/cpu.sh similarity index 100% rename from desktop/configs/scripts/cpu.sh rename to desktop/scripts/cpu.sh diff --git a/desktop/configs/scripts/elash.sh b/desktop/scripts/elash.sh similarity index 100% rename from desktop/configs/scripts/elash.sh rename to desktop/scripts/elash.sh diff --git a/desktop/configs/scripts/fix.sh b/desktop/scripts/fix.sh similarity index 100% rename from desktop/configs/scripts/fix.sh rename to desktop/scripts/fix.sh diff --git a/desktop/configs/scripts/idle b/desktop/scripts/idle similarity index 100% rename from desktop/configs/scripts/idle rename to desktop/scripts/idle diff --git a/desktop/configs/scripts/init.sh b/desktop/scripts/init.sh similarity index 100% rename from desktop/configs/scripts/init.sh rename to desktop/scripts/init.sh diff --git a/desktop/configs/scripts/macro.sh b/desktop/scripts/macro.sh similarity index 100% rename from desktop/configs/scripts/macro.sh rename to desktop/scripts/macro.sh diff --git a/desktop/configs/scripts/memory.sh b/desktop/scripts/memory.sh similarity index 100% rename from desktop/configs/scripts/memory.sh rename to desktop/scripts/memory.sh diff --git a/desktop/configs/scripts/mouse.sh b/desktop/scripts/mouse.sh similarity index 100% rename from desktop/configs/scripts/mouse.sh rename to desktop/scripts/mouse.sh diff --git a/desktop/configs/scripts/mpd.sh b/desktop/scripts/mpd.sh similarity index 100% rename from desktop/configs/scripts/mpd.sh rename to desktop/scripts/mpd.sh diff --git a/desktop/configs/scripts/screenlayout.sh b/desktop/scripts/screenlayout.sh similarity index 100% rename from desktop/configs/scripts/screenlayout.sh rename to desktop/scripts/screenlayout.sh diff --git a/desktop/configs/scripts/sfp.sh b/desktop/scripts/sfp.sh similarity index 100% rename from desktop/configs/scripts/sfp.sh rename to desktop/scripts/sfp.sh diff --git a/desktop/configs/scripts/swww.sh b/desktop/scripts/swww.sh similarity index 100% rename from desktop/configs/scripts/swww.sh rename to desktop/scripts/swww.sh diff --git a/desktop/configs/scripts/upt.sh b/desktop/scripts/upt.sh similarity index 100% rename from desktop/configs/scripts/upt.sh rename to desktop/scripts/upt.sh diff --git a/desktop/configs/scripts/volume.sh b/desktop/scripts/volume.sh similarity index 100% rename from desktop/configs/scripts/volume.sh rename to desktop/scripts/volume.sh diff --git a/desktop/configs/scripts/volume_brightness.sh b/desktop/scripts/volume_brightness.sh similarity index 100% rename from desktop/configs/scripts/volume_brightness.sh rename to desktop/scripts/volume_brightness.sh diff --git a/desktop/configs/scripts/weechat.sh b/desktop/scripts/weechat.sh similarity index 100% rename from desktop/configs/scripts/weechat.sh rename to desktop/scripts/weechat.sh diff --git a/desktop/configs/scripts/xfce.sh b/desktop/scripts/xfce.sh similarity index 100% rename from desktop/configs/scripts/xfce.sh rename to desktop/scripts/xfce.sh diff --git a/desktop/configs/scripts/xmonad.sh b/desktop/scripts/xmonad.sh similarity index 100% rename from desktop/configs/scripts/xmonad.sh rename to desktop/scripts/xmonad.sh