Compare commits
No commits in common. "18edb31aa12cd46bced8d7ba02786563602856e1" and "1e4d4a466d07d86e997e4ffffe4907b473013dfe" have entirely different histories.
18edb31aa1
...
1e4d4a466d
@ -48,8 +48,6 @@
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
|
||||
services.xserver.xkb = {
|
||||
layout = "fr";
|
||||
variant = "";
|
||||
@ -89,14 +87,10 @@
|
||||
wl-clipboard
|
||||
libnotify
|
||||
hyprpaper
|
||||
font-awesome
|
||||
dig
|
||||
];
|
||||
|
||||
programs.firefox.enable = true;
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
clean.enable = true;
|
||||
|
||||
@ -33,7 +33,7 @@ bind = ,XF86AudioLowerVolume, exec, virt-manager
|
||||
bind = $mainMod SHIFT, B, exec, killall waybar && waybar &
|
||||
|
||||
# Hide waybar
|
||||
bind = $mainMod, X, exec, pkill waybar || waybar &
|
||||
bind = $mainMod, X, exec, killall waybar || waybar &
|
||||
|
||||
# Clipboard history
|
||||
bind = $mainMod, V, exec, cliphist list | wofi -dmenu | cliphist decode | wl-copy
|
||||
|
||||
@ -5,6 +5,9 @@
|
||||
"output": "DP-1",
|
||||
|
||||
"modules-left": [
|
||||
"custom/launcher",
|
||||
"custom/right-arrow-dark",
|
||||
"custom/right-arrow-light",
|
||||
"hyprland/workspaces",
|
||||
"custom/right-arrow-dark"
|
||||
],
|
||||
@ -20,6 +23,9 @@
|
||||
"custom/right-arrow-dark"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/left-arrow-dark",
|
||||
"custom/updates",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"cpu",
|
||||
"custom/left-arrow-light",
|
||||
@ -105,8 +111,18 @@
|
||||
"tray": {
|
||||
"icon-size": 20
|
||||
},
|
||||
"custom/launcher":{
|
||||
"format": " ",
|
||||
"on-click": "wofi --show drun",
|
||||
"on-click-right": "killall wofi"
|
||||
},
|
||||
"custom/power":{
|
||||
"format": " ",
|
||||
"on-click": "wlogout"
|
||||
},
|
||||
"custom/updates":{
|
||||
"format": " {} Update(s) ",
|
||||
"exec": "checkupdates | wc -l",
|
||||
"interval": 1800
|
||||
}
|
||||
}
|
||||
|
||||
@ -18,10 +18,15 @@ window#waybar {
|
||||
background: #1a1a1a;
|
||||
}
|
||||
|
||||
#custom-updates {
|
||||
color: #F3881F;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
#custom-power {
|
||||
color: #ff8080;
|
||||
background: #1a1a1a;
|
||||
}
|
||||
#custom-launcher,
|
||||
#workspaces,
|
||||
#clock.1,
|
||||
#clock.2,
|
||||
@ -69,6 +74,7 @@ window#waybar {
|
||||
#memory,
|
||||
#cpu,
|
||||
#tray,
|
||||
#custom-launcher,
|
||||
#disk {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user