Skip to content

Commit

Permalink
Major change: awesomewm seperate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MobSenpai committed Aug 21, 2023
1 parent 96a43f8 commit d1e6e30
Show file tree
Hide file tree
Showing 21 changed files with 155 additions and 3,797 deletions.
2 changes: 1 addition & 1 deletion home/yashraj/shared/shell/bash.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ in {
cat = "${lib.getExe bat} --style=plain";
l = "${lib.getExe exa} -lF --time-style=long-iso --icons";
la = "${lib.getExe exa} -lah --tree";
ls = "${lib.getExe exa} -h --git --icons --color=auto --group-directories-first -s extension";
ls = "${lib.getExe exa} -ah --git --icons --color=auto --group-directories-first -s extension";
tree = "${lib.getExe exa} --tree --icons --tree";
ytmp3 = ''
${lib.getExe yt-dlp} -x --continue --add-metadata --embed-thumbnail --audio-format mp3 --audio-quality 0 --metadata-from-title="%(artist)s - %(title)s" --prefer-ffmpeg -o "%(title)s.%(ext)s"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
config,
pkgs,
inputs,
...
}: let
{config, ...}: let
inherit (config.colorscheme) colors;
theme = "gruva";
in {
xresources.extraConfig = ''
Xft.antialias: true
Expand Down Expand Up @@ -51,33 +45,4 @@ in {
*color7: #${colors.base06}
*color15: #${colors.base07}
'';

home = {
sessionVariables = {
EDITOR = "nvim";
BROWSER = "vivaldi";
};

file = {
# Setup
".config/awesome/configuration".source = ./. + "/${theme}";
".config/awesome/rc.lua".source = ./rc.lua;
".config/awesome/helpers.lua".source = ./helpers.lua;
".config/awesome/keys.lua".source = ./keys.lua;

# Modules
".config/awesome/module/json.lua".source = ./module/json.lua;
".config/awesome/module/lockscreen".source = ./module/lockscreen;
".config/awesome/module/window_switcher.lua".source = ./module/window_switcher.lua;
};
};

imports = [
../../gtk.nix
../../picom.nix
../../rofi.nix
../../flameshot.nix
../../clipmenu.nix
../../nm-applet.nix
];
}
4 changes: 3 additions & 1 deletion home/yashraj/yuki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
../shared/programs/neofetch.nix

# Specific configuration
./desktop/wm/awesome
./desktop
./services
./X
];
}
3 changes: 0 additions & 3 deletions home/yashraj/yuki/desktop/clipmenu.nix

This file was deleted.

File renamed without changes.
12 changes: 0 additions & 12 deletions home/yashraj/yuki/desktop/flameshot.nix

This file was deleted.

3 changes: 0 additions & 3 deletions home/yashraj/yuki/desktop/nm-applet.nix

This file was deleted.

131 changes: 0 additions & 131 deletions home/yashraj/yuki/desktop/picom.nix

This file was deleted.

Loading

0 comments on commit d1e6e30

Please sign in to comment.