no but this time i fixed it fr
parent
e370d2e889
commit
e148402023
|
|
@ -45,7 +45,7 @@ input-field {
|
||||||
|
|
||||||
# DATE
|
# DATE
|
||||||
label {
|
label {
|
||||||
text = cmd[update:18000000] sh ~/.config/hypr/~/Dotfiles/desktopenvs/hyprland/scripts/date.sh
|
text = cmd[update:18000000] sh ~/Dotfiles/desktopenvs/hyprland/scripts/date.sh
|
||||||
color = rgb(5018dd)
|
color = rgb(5018dd)
|
||||||
font_size = 34
|
font_size = 34
|
||||||
font_family = Agave Nerd Font Mono
|
font_family = Agave Nerd Font Mono
|
||||||
|
|
@ -56,7 +56,7 @@ label {
|
||||||
|
|
||||||
# TIME
|
# TIME
|
||||||
label {
|
label {
|
||||||
text = cmd[update:1000] sh ~/.config/hypr/~/Dotfiles/desktopenvs/hyprland/scripts/time.sh
|
text = cmd[update:1000] sh ~/Dotfiles/desktopenvs/hyprland/scripts/time.sh
|
||||||
color = rgb(E40046)
|
color = rgb(E40046)
|
||||||
font_size = 94
|
font_size = 94
|
||||||
font_family = Agave Nerd Font Mono
|
font_family = Agave Nerd Font Mono
|
||||||
|
|
@ -78,7 +78,7 @@ label {
|
||||||
|
|
||||||
# UPTIME
|
# UPTIME
|
||||||
label {
|
label {
|
||||||
text = cmd[update:60000] sh ~/.config/hypr/~/Dotfiles/desktopenvs/hyprland/scripts/uptime.sh
|
text = cmd[update:60000] sh ~/Dotfiles/desktopenvs/hyprland/scripts/uptime.sh
|
||||||
font_size = 24
|
font_size = 24
|
||||||
color = rgb(5018dd)
|
color = rgb(5018dd)
|
||||||
font_family = Agave Nerd Font Mono
|
font_family = Agave Nerd Font Mono
|
||||||
|
|
|
||||||
|
|
@ -55,6 +55,7 @@ ln -s ~/Dotfiles/desktopenvs/hyprland/nwg-drawer ~/.config
|
||||||
rm -rf ~/.config/nwg-panel
|
rm -rf ~/.config/nwg-panel
|
||||||
ln -s ~/Dotfiles/desktopenvs/hyprland/nwg-panel ~/.config
|
ln -s ~/Dotfiles/desktopenvs/hyprland/nwg-panel ~/.config
|
||||||
|
|
||||||
|
ln -s ~/Dotfiles/desktopenvs/hyprland/scripts ~/.config
|
||||||
|
|
||||||
rm -rf ~/.config/btop
|
rm -rf ~/.config/btop
|
||||||
ln -s ~/Dotfiles/desktopenvs/hyprland/btop ~/.config/
|
ln -s ~/Dotfiles/desktopenvs/hyprland/btop ~/.config/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue