...
This commit is contained in:
@@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"display": {
|
||||||
|
"color": {
|
||||||
|
"keys": "green"
|
||||||
|
},
|
||||||
|
"separator": " -> "
|
||||||
|
},
|
||||||
|
"logo": {
|
||||||
|
"padding": {
|
||||||
|
"left": 1,
|
||||||
|
"right": 2,
|
||||||
|
"top": 1
|
||||||
|
},
|
||||||
|
"source": "$HOME/pictures/smol-penguin.png",
|
||||||
|
"type": "kitty"
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
"title",
|
||||||
|
{
|
||||||
|
"color": "green",
|
||||||
|
"format": "────────── Env ──────────",
|
||||||
|
"type": "custom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "OS ",
|
||||||
|
"type": "os"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "WM ",
|
||||||
|
"type": "wm"
|
||||||
|
},
|
||||||
|
"editor",
|
||||||
|
"break",
|
||||||
|
{
|
||||||
|
"format": "────────── Sys ──────────",
|
||||||
|
"type": "custom"
|
||||||
|
},
|
||||||
|
"cpu",
|
||||||
|
"gpu",
|
||||||
|
{
|
||||||
|
"key": "MEM",
|
||||||
|
"type": "memory"
|
||||||
|
},
|
||||||
|
"vulkan",
|
||||||
|
"disk",
|
||||||
|
"battery",
|
||||||
|
{
|
||||||
|
"format": "─────────────────────────",
|
||||||
|
"type": "custom"
|
||||||
|
},
|
||||||
|
"break",
|
||||||
|
"colors",
|
||||||
|
"break"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# Startup
|
# Startup
|
||||||
exec-once = dbus-update-activation-environment --systemd --all && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target
|
exec-once=dbus-update-activation-environment --systemd --all && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target
|
||||||
exec-once=wl-clipboard-history -t
|
exec-once=wl-clipboard-history -t
|
||||||
exec-once=wl-paste -p --watch wl-copy -p ''
|
exec-once=wl-paste -p --watch wl-copy -p ''
|
||||||
exec-once=hypridle
|
exec-once=hypridle
|
||||||
@@ -7,7 +7,6 @@ exec-once=waybar
|
|||||||
exec-once=fcitx5 -d
|
exec-once=fcitx5 -d
|
||||||
exec-once=swww-daemon
|
exec-once=swww-daemon
|
||||||
exec-once=swaync
|
exec-once=swaync
|
||||||
exec-once=hyprctl plugin load $HYPR_EXPO_LIB
|
|
||||||
|
|
||||||
# Monitors
|
# Monitors
|
||||||
|
|
||||||
@@ -42,6 +41,11 @@ $magenta=rgba(881798FF)
|
|||||||
$crimson=rgba(471520FF)
|
$crimson=rgba(471520FF)
|
||||||
|
|
||||||
|
|
||||||
|
# USED COLORS
|
||||||
|
$active_border=$lightgreen
|
||||||
|
$inactive_border=$gray
|
||||||
|
$expo_bg=$active_border
|
||||||
|
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
bezier=myBezier, 0.05, 0.9, 0.1, 1.05
|
bezier=myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
@@ -92,8 +96,8 @@ experimental {
|
|||||||
|
|
||||||
general {
|
general {
|
||||||
border_size=2
|
border_size=2
|
||||||
col.active_border=$green
|
col.active_border=$active_border
|
||||||
col.inactive_border=$gray
|
col.inactive_border=$inactive_border
|
||||||
gaps_in=2
|
gaps_in=2
|
||||||
gaps_out=4
|
gaps_out=4
|
||||||
layout=dwindle
|
layout=dwindle
|
||||||
@@ -135,8 +139,8 @@ misc {
|
|||||||
plugin {
|
plugin {
|
||||||
hyprexpo {
|
hyprexpo {
|
||||||
columns = 3
|
columns = 3
|
||||||
gap_size = 5
|
gap_size = 3
|
||||||
bg_col = $lightblue
|
bg_col = $expo_bg
|
||||||
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
|
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
|
||||||
|
|
||||||
enable_gesture = true # laptop touchpad
|
enable_gesture = true # laptop touchpad
|
||||||
@@ -205,10 +209,11 @@ bind=$mainMod SHIFT, P, pseudo,
|
|||||||
bind=$mainMod, C, killactive,
|
bind=$mainMod, C, killactive,
|
||||||
bind=$mainMod, V, togglefloating,
|
bind=$mainMod, V, togglefloating,
|
||||||
bind=$mainMod SHIFT, S, togglesplit,
|
bind=$mainMod SHIFT, S, togglesplit,
|
||||||
bind = SUPER, grave, hyprexpo:expo, toggle
|
|
||||||
bind=$mainMod control, Q, exec, $lock
|
bind=$mainMod control, Q, exec, $lock
|
||||||
bind=$mainMod, F4, exit,
|
bind=$mainMod, F4, exit,
|
||||||
|
|
||||||
|
# bind = SUPER, grave, hyprexpo:expo, toggle # Commented out cos "version mismatch (bs)"
|
||||||
|
|
||||||
# Binds :: Navigation
|
# Binds :: Navigation
|
||||||
|
|
||||||
bind=$mainMod, F, fullscreen,
|
bind=$mainMod, F, fullscreen,
|
||||||
|
|||||||
@@ -1,14 +1,14 @@
|
|||||||
@import "../../.cache/wal/colors-waybar.css";
|
@import "../../.cache/wal/colors-waybar.css";
|
||||||
|
|
||||||
@define-color main-color @color13;
|
@define-color main-color @color13;
|
||||||
@define-color cc-bg alpha(@main-color, 0.2);
|
@define-color cc-bg alpha(@main-color, 0.3);
|
||||||
@define-color border alpha(lighter(@foreground), 0.1);
|
@define-color border alpha(lighter(@foreground), 0.1);
|
||||||
@define-color text-color @foreground;
|
@define-color text-color @foreground;
|
||||||
@define-color text-color-disabled darker(@text-color);
|
@define-color text-color-disabled darker(@text-color);
|
||||||
@define-color noti-bg @cc-bg;
|
@define-color noti-bg @cc-bg;
|
||||||
@define-color noti-bg-hover alpha(darker(@background), 0.2);
|
@define-color noti-bg-hover alpha(darker(@background), 0.3);
|
||||||
@define-color noti-close-bg alpha(darker(@background), 0.1);
|
@define-color noti-close-bg alpha(darker(@background), 0.3);
|
||||||
@define-color noti-close-bg-hover alpha(darker(@background), 0.3);
|
@define-color noti-close-bg-hover alpha(darker(@background), 0.5);
|
||||||
|
|
||||||
@define-color noti-bg-opaque rgb(48, 48, 48);
|
@define-color noti-bg-opaque rgb(48, 48, 48);
|
||||||
@define-color noti-bg-darker rgb(38, 38, 38);
|
@define-color noti-bg-darker rgb(38, 38, 38);
|
||||||
|
|||||||
@@ -90,10 +90,10 @@ in
|
|||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
blueman.enable = true;
|
blueman.enable = true;
|
||||||
gvfs.enable = true;
|
gvfs.enable = true;
|
||||||
# auto-cpufreq.enable = true;
|
auto-cpufreq.enable = true;
|
||||||
|
|
||||||
thermald.enable = true;
|
thermald.enable = true;
|
||||||
power-profiles-daemon.enable = true;
|
power-profiles-daemon.enable = false;
|
||||||
pulseaudio.enable = false;
|
pulseaudio.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -51,6 +51,11 @@ in
|
|||||||
outOfStoreSymlink = true;
|
outOfStoreSymlink = true;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
".config/fastfetch" = {
|
||||||
|
source = ../../configs/fastfetch;
|
||||||
|
outOfStoreSymlink = true;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
|
||||||
# I have no idea why this is an issue...
|
# I have no idea why this is an issue...
|
||||||
# ".config/emacs" = {
|
# ".config/emacs" = {
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
# general modules
|
# general modules
|
||||||
../../modules/home-manager/tmux.nix
|
../../modules/home-manager/tmux.nix
|
||||||
../../modules/home-manager/fastfetch.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# You should not change this value, even if you update Home Manager. If you do
|
# You should not change this value, even if you update Home Manager. If you do
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
emacsPackages.pdf-tools
|
emacsPackages.pdf-tools
|
||||||
exfatprogs
|
exfatprogs
|
||||||
|
fastfetch
|
||||||
filezilla
|
filezilla
|
||||||
floorp
|
floorp
|
||||||
genymotion
|
genymotion
|
||||||
@@ -81,6 +82,7 @@
|
|||||||
ls = "ls --color=auto";
|
ls = "ls --color=auto";
|
||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
la = "ls -lA";
|
la = "ls -lA";
|
||||||
|
fastfetch = "fastfetch -c $HOME/.config/fastfetch/config.json";
|
||||||
nixrebuild = "nixos-rebuild build --flake ~/personal/nixos#darp8 && sudo nixos-rebuild switch --flake ~/personal/nixos#darp8";
|
nixrebuild = "nixos-rebuild build --flake ~/personal/nixos#darp8 && sudo nixos-rebuild switch --flake ~/personal/nixos#darp8";
|
||||||
nixbuild = "sudo nixos-rebuild switch --flake";
|
nixbuild = "sudo nixos-rebuild switch --flake";
|
||||||
nixtest = "sudo nixos-rebuild test --flake";
|
nixtest = "sudo nixos-rebuild test --flake";
|
||||||
|
|||||||
Reference in New Issue
Block a user