fix everything

This commit is contained in:
atagen 2023-09-11 21:49:34 +10:00
parent 6bee06e028
commit 7a1488860b
101 changed files with 51 additions and 27 deletions

0
home/bolt.nix Executable file → Normal file
View file

0
home/dots/Xresources Executable file → Normal file
View file

0
home/dots/eww/colors.scss Executable file → Normal file
View file

0
home/dots/hyprland/hyprland.conf Executable file → Normal file
View file

0
home/dots/ironbar.corn Executable file → Normal file
View file

0
home/dots/ironbar.css Executable file → Normal file
View file

0
home/dots/swaync/config.json Executable file → Normal file
View file

0
home/dots/swaync/configSchema.json Executable file → Normal file
View file

0
home/dots/swaync/style.css Executable file → Normal file
View file

0
home/dots/wlogout/layout Executable file → Normal file
View file

0
home/dots/wlogout/style.css Executable file → Normal file
View file

0
home/dots/xonshrc Executable file → Normal file
View file

0
home/dots/xonshrc.py Executable file → Normal file
View file

0
home/dots/zsh Executable file → Normal file
View file

28
home/home.nix Executable file → Normal file
View file

@ -14,7 +14,6 @@ in {
imports = [
inputs.ironbar.homeManagerModules.default
# inputs.anyrun.homeManagerModules.default
# ./programs/eww/default.nix
];
@ -63,8 +62,6 @@ in {
river
# libsForQt5.qtstyleplugin-kvantum
gtk-engine-murrine
persway
@ -331,7 +328,7 @@ in {
swaync = "${lib.getExe swaynotificationcenter}";
persway = "${lib.getExe' persway "persway"} daemon -d spiral";
# PYTHON APP CANT RUN AS SYSTEMD SERVICE HOW EMBARASSING
# flashfocus = "${lib.getExe flashfocus} -o 0.95 -t 175 -n 30 --no-flash-fullscreen -l on_open_close";
flashfocus = "${lib.getExe flashfocus} -o 0.95 -t 175 -n 30 --no-flash-fullscreen -l on_open_close";
};
xdg.enable = true;
@ -417,7 +414,7 @@ in {
"#BTNCOL"
"#BTNBG"
"#BTNFOCUSBG"
# "#WINLOGO"
"#WINLOGO"
]
[
"${pkgs.wlogout}/share/wlogout"
@ -426,26 +423,15 @@ in {
bright.yellow
util.bg
normal.black
# (builtins.path {
# name = "winlogo";
# path = ./winlogo.png;
# sha256 = "7c1ff96b553c7a7ca3a7b7cf8efe830ab7feea92355aed288a10ee7347c24108";
# })
(builtins.path {
name = "winlogo";
path = ./winlogo.png;
sha256 = "7c1ff96b553c7a7ca3a7b7cf8efe830ab7feea92355aed288a10ee7347c24108";
})
]
(builtins.readFile dots/wlogout/style.css));
};
# programs.anyrun = {
# enable = true;
# config = {
# plugins = with inputs.anyrun.packages.${pkgs.system}; [ applications dictionary rink symbols stdin shell ];
# y = { fraction = 0.35; };
# width = { absolute = 400; };
# height = { absolute = 600; };
# showResultsImmediately = true;
# };
# };
programs.fuzzel = with pkgs.rice; {
enable = true;
settings = {

0
home/overlay.nix Executable file → Normal file
View file

0
home/plank.nix Executable file → Normal file
View file

0
home/programs/eww/README.md Executable file → Normal file
View file

0
home/programs/eww/css/_calendar.scss Executable file → Normal file
View file

0
home/programs/eww/css/_colors.scss Executable file → Normal file
View file

0
home/programs/eww/css/_music.scss Executable file → Normal file
View file

0
home/programs/eww/css/_osd.scss Executable file → Normal file
View file

0
home/programs/eww/css/_sidebar.scss Executable file → Normal file
View file

0
home/programs/eww/css/_system.scss Executable file → Normal file
View file

0
home/programs/eww/css/_volume.scss Executable file → Normal file
View file

0
home/programs/eww/default.nix Executable file → Normal file
View file

0
home/programs/eww/eww.scss Executable file → Normal file
View file

0
home/programs/eww/eww.yuck Executable file → Normal file
View file

0
home/programs/eww/modules/bluetooth.yuck Executable file → Normal file
View file

0
home/programs/eww/modules/bright.yuck Executable file → Normal file
View file

0
home/programs/eww/modules/clock.yuck Executable file → Normal file
View file

0
home/programs/eww/modules/current_win.yuck Executable file → Normal file
View file

0
home/programs/eww/modules/music.yuck Executable file → Normal file
View file

0
home/programs/eww/modules/net.yuck Executable file → Normal file
View file

0
home/programs/eww/modules/sys.yuck Executable file → Normal file
View file

0
home/programs/eww/modules/variables.yuck Executable file → Normal file
View file

0
home/programs/eww/modules/volume.yuck Executable file → Normal file
View file

0
home/programs/eww/modules/workspaces.yuck Executable file → Normal file
View file

0
home/programs/eww/scripts/airplane Executable file → Normal file
View file

0
home/programs/eww/scripts/battery Executable file → Normal file
View file

0
home/programs/eww/scripts/bluetooth Executable file → Normal file
View file

0
home/programs/eww/scripts/brightness Executable file → Normal file
View file

0
home/programs/eww/scripts/current_win Executable file → Normal file
View file

0
home/programs/eww/scripts/memory Executable file → Normal file
View file

0
home/programs/eww/scripts/music Executable file → Normal file
View file

0
home/programs/eww/scripts/net Executable file → Normal file
View file

0
home/programs/eww/scripts/volume Executable file → Normal file
View file

0
home/programs/eww/scripts/workspaces Executable file → Normal file
View file

0
home/programs/eww/windows/calendar.yuck Executable file → Normal file
View file

0
home/programs/eww/windows/music.yuck Executable file → Normal file
View file

0
home/programs/eww/windows/osd.yuck Executable file → Normal file
View file

0
home/programs/eww/windows/system-menu.yuck Executable file → Normal file
View file

0
home/twitchin.nix Executable file → Normal file
View file

0
home/winlogo.png Executable file → Normal file
View file

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 152 KiB

Before After
Before After