Saataa andagii !

This commit is contained in:
Lukian 2025-02-08 12:04:04 +01:00
parent f574bf744a
commit d565ed1fd6
4 changed files with 22 additions and 3 deletions

View file

@ -5,11 +5,13 @@
"spacing": 4, "spacing": 4,
"margin": 10, "margin": 10,
"modules-left": [ "modules-left": [
"custom/arch",
"clock", "clock",
"cpu", "cpu",
"temperature", "temperature",
"memory", "memory",
"disk", "disk#disk2",
"disk"
], ],
"modules-center": [ "modules-center": [
"hyprland/workspaces", "hyprland/workspaces",
@ -69,9 +71,14 @@
}, },
"disk": { "disk": {
"interval": 30, "interval": 30,
"format": "{percentage_free}% ", "format": "{free} ",
"path": "/home" "path": "/home"
}, },
"disk#disk2": {
"interval": 30,
"format": "{free} ",
"path": "/"
},
"network": { "network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface // "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{ipaddr}/{cidr} ({signalStrength}%) ", "format-wifi": "{ipaddr}/{cidr} ({signalStrength}%) ",
@ -142,4 +149,8 @@
}, },
"sort-by-number": true "sort-by-number": true
}, },
"custom/arch": {
"format": "\udb82\udcc7",
"on-click": "wofi --show drun"
}
} }

View file

@ -62,6 +62,7 @@ window#waybar {
#custom-quit, #custom-quit,
#custom-lock, #custom-lock,
#custom-reboot, #custom-reboot,
#custom-arch,
#workspaces { #workspaces {
padding: 7px 10px; padding: 7px 10px;
opacity: 1; opacity: 1;
@ -119,6 +120,10 @@ window#waybar {
color: @yellow; color: @yellow;
} }
#custom-arch {
color: #1793d1;
}
#workspaces button { #workspaces button {
color: #cfcfcf; color: #cfcfcf;
margin: 0px 5px; margin: 0px 5px;

3
.zshrc
View file

@ -111,5 +111,8 @@ source $ZSH/oh-my-zsh.sh
[[ ! -r '/home/lucien/.opam/opam-init/init.zsh' ]] || source '/home/lucien/.opam/opam-init/init.zsh' > /dev/null 2> /dev/null [[ ! -r '/home/lucien/.opam/opam-init/init.zsh' ]] || source '/home/lucien/.opam/opam-init/init.zsh' > /dev/null 2> /dev/null
# END opam configuration # END opam configuration
# Update PATH variable
export PATH=$PATH:~/.local/share/bin
# start uwufetch # start uwufetch
uwufetch uwufetch

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
yay -S hyprland kitty wofi waybar hyprlock sddm hyprcursor wlogout network-manager-applet brightnessctl dunst yay -S hyprland kitty wofi waybar hyprlock sddm hyprcursor nerd-fonts network-manager-applet brightnessctl dunst
cp -r ./.config ~/ cp -r ./.config ~/
cp -r ./.local ~/ cp -r ./.local ~/
git clone https://github.com/chrissicool/zsh-256color ~/.oh-my-zsh/plugins/zsh-256color git clone https://github.com/chrissicool/zsh-256color ~/.oh-my-zsh/plugins/zsh-256color