Update .config/fastfetch/startup.jsonc

Update .config/hypr/hyprland.conf
Update .config/hypr/hyprland/animations.conf
Update .config/hypr/hyprland/binds/audio.conf
Update .config/hypr/hyprland/binds/clipboard.conf
Update .config/hypr/hyprland/exec.conf
Update .config/hypr/hyprland/general.conf
Update .config/hypr/hyprland/rules/pavucontrol.conf
Update .config/hypr/hyprland/rules/vesktop.conf
Update .config/mako/config
Update .config/waybar/colors.css
Update .config/waybar/config.jsonc
Update .config/waybar/style.css
Update .config/wofi/colors
Update .config/wofi/style.css
Update .local/bin/change_colors.sh
Update .local/bin/system_setup.sh
Update .local/bin/wp-vol.sh
This commit is contained in:
2025-03-29 10:01:40 +01:00
parent 4771b7a2f4
commit fdc50d7e66
18 changed files with 146 additions and 104 deletions

View File

@@ -1,12 +1,23 @@
@import url("./colors.css");
* {
transition: 2s all ease-in-out;
font-family: "Cousine Nerd Font mono";
font-size: 16px;
padding: 2px;
margin: 1px;
margin: 1px 4px 1px 4px;
color: @font-color;
text-shadow: 1 1 5px gray, 1 1 7px gray, 1 1 10px gray;
border-radius: 25px;
}
*:hover {
text-shadow: 1 1 10px black, 1 1 10px black, 1 1 10px black;
}
window {
background-color: black;
margin: 1px;
}
window#waybar {
@@ -17,8 +28,15 @@ window#waybar {
/* modules */
#workspaces button {
background-color: @background;
margin-left: 5px;
text-shadow: 1 1 5px gray, 1 1 7px gray, 1 1 10px gray;
}
#workspaces button:hover {
background-color: @foreground;
margin-left: 5px;
text-shadow: 1 1 5px gray, 1 1 7px gray, 1 1 10px gray;
}
#workspaces button.urgent {
@@ -28,7 +46,6 @@ window#waybar {
}
#clock {
border-radius: 25px;
margin: 10px;
}
@@ -36,6 +53,11 @@ tooltip {
background-color: black;
}
menu {
background-color: black;
border-radius: 15px;
}
#media,
#network,
#pulseaudio,
@@ -45,12 +67,16 @@ tooltip {
}
#tray {
background-color: @foreground;
background-color: @background;
border-radius: 5px;
padding: 5px;
margin: 5px;
}
#tray:hover {
background-color: @foreground;
}
/* battery */
#battery.warning:not(.charging) {
@@ -91,21 +117,20 @@ tooltip {
color: black;
padding: 10px;
margin: 5px;
transition: 0.5s all ease-in-out;
border-radius: 5px;
}
#custom-spotify:hover {
background-color: rgba(29, 185, 84, 1);
}
#custom-media {
background-color: rgba(255, 16, 0, 0.30);
color: black;
padding: 10px;
margin: 5px;
transition: 0.5s all ease-in-out;
#custom-notifications {
border-radius: 5px;
padding: 5px;
margin: 5;
}
#custom-media:hover {
background-color: rgba(255, 16, 0, 1);
#custom-hardware {
border-radius: 15px;
margin: 4px;
}