Add new device - elderbug
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
# ./polybar
|
||||
./hyprland
|
||||
./waybar
|
||||
./tofi
|
||||
];
|
||||
}
|
||||
|
||||
@@ -144,7 +144,7 @@ in {
|
||||
bind = $mainMod, return, exec, kitty
|
||||
# bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, Q, exec, ${closer}/bin/closer
|
||||
bind = $mainMod, D, exec, wofi --show drun
|
||||
bind = $mainMod, D, exec, tofi-drun --drun-launch=true
|
||||
bind = $mainMod SHIFT, S, exec, grim -g $(slurp)
|
||||
|
||||
# Move focus with mainMod + vim keys
|
||||
|
||||
7
users/configs/desktop/hyprland/elderbug.conf
Normal file
7
users/configs/desktop/hyprland/elderbug.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
monitor=,preferred,auto,1.25
|
||||
|
||||
$mainMod = CTRL + SHIFT + ALT
|
||||
|
||||
bind = $mainMod + SUPER, Q, exit,
|
||||
bind = $mainMod, M, workspace, -1
|
||||
bind = $mainMod, comma, workspace, +1
|
||||
25
users/configs/desktop/tofi/default.nix
Normal file
25
users/configs/desktop/tofi/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
tofi
|
||||
];
|
||||
|
||||
home.file.".config/tofi/config".text = ''
|
||||
font = ${pkgs.iosevka}/share/fonts/truetype/iosevka-regular.ttf
|
||||
font-size = 16
|
||||
hint-font = false
|
||||
|
||||
text-color = #cad3f5
|
||||
background-color = #24273a
|
||||
|
||||
selection-color = #24273a
|
||||
selection-background = #a6da95
|
||||
|
||||
outline-width = 0
|
||||
border-width = 3
|
||||
border-color = #a6da95
|
||||
|
||||
corner-radius = 15
|
||||
|
||||
'';
|
||||
}
|
||||
@@ -70,7 +70,6 @@
|
||||
swaylock
|
||||
udiskie
|
||||
wl-clipboard
|
||||
wofi
|
||||
xclip
|
||||
zathura
|
||||
];
|
||||
|
||||
14
users/daniel/host-specific/elderbug/default.nix
Normal file
14
users/daniel/host-specific/elderbug/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.file = {
|
||||
"wallpapers" = {
|
||||
source = ./wallpapers;
|
||||
};
|
||||
};
|
||||
|
||||
programs.kitty.font.size = 14;
|
||||
}
|
||||
BIN
users/daniel/host-specific/elderbug/wallpapers/lock.png
Normal file
BIN
users/daniel/host-specific/elderbug/wallpapers/lock.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 835 KiB |
BIN
users/daniel/host-specific/elderbug/wallpapers/wallpaper.jpg
Normal file
BIN
users/daniel/host-specific/elderbug/wallpapers/wallpaper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
Reference in New Issue
Block a user