update to cross post
This commit is contained in:
parent
9c63bb1dbd
commit
52992924a7
4 changed files with 11 additions and 3 deletions
|
|
@ -22,7 +22,9 @@
|
||||||
age-plugin-yubikey #plugin for rage to manage yubi-2fa
|
age-plugin-yubikey #plugin for rage to manage yubi-2fa
|
||||||
sops #file based secrets operations
|
sops #file based secrets operations
|
||||||
direnv #used for development environments
|
direnv #used for development environments
|
||||||
python39
|
python311Packages.pip
|
||||||
|
python311
|
||||||
|
python311Packages.pygithub
|
||||||
gcc
|
gcc
|
||||||
bottom
|
bottom
|
||||||
felix-fm
|
felix-fm
|
||||||
|
|
@ -30,5 +32,6 @@
|
||||||
swww
|
swww
|
||||||
rofi
|
rofi
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
parallel
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
@ -5,9 +5,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
# Application Lauch Keybinds
|
||||||
bind = $mainMod, Return, exec, alacritty
|
bind = $mainMod, Return, exec, alacritty
|
||||||
bind = $mainMod, W, exec, firefox
|
bind = $mainMod, W, exec, firefox
|
||||||
bind = $mainMod, R, exec, rofi -show drun
|
bind = $mainMod, R, exec, rofi -show drun
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
# Switch workspaces with mainMod + [0-9]
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
bind = $mainMod, 2, workspace, 2
|
bind = $mainMod, 2, workspace, 2
|
||||||
|
|
@ -31,6 +33,8 @@
|
||||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||||
|
|
||||||
|
# Startup Runners
|
||||||
exec-once=systemctl --user start waybar.service
|
exec-once=systemctl --user start waybar.service
|
||||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
exec-once=mako
|
exec-once=mako
|
||||||
|
|
|
||||||
|
|
@ -68,8 +68,8 @@ button:hover {
|
||||||
|
|
||||||
#battery.charging,
|
#battery.charging,
|
||||||
#battery.plugged {
|
#battery.plugged {
|
||||||
color: #22c55e;
|
color: #000000;
|
||||||
background-color: #26A65B;
|
background-color: #22C55E;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ in {
|
||||||
mako
|
mako
|
||||||
hyprland
|
hyprland
|
||||||
font-awesome
|
font-awesome
|
||||||
|
brightnessctl
|
||||||
];
|
];
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
#Enable Wayland
|
#Enable Wayland
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue