Updated General Themeing Backend

This commit is contained in:
2025-08-16 16:24:26 +05:30
parent 4b6e6e5eb5
commit 9ce2ed58d6

113
setup
View File

@@ -369,7 +369,6 @@ sed -n '114,429p;430q' ~/arch_install3.sh | cut -c2- > ~/.config/hypr/hyprland.c
# #
# #
# #
#
## https://wiki.hyprland.org/Configuring/Variables/#animations ## https://wiki.hyprland.org/Configuring/Variables/#animations
#animations { #animations {
# enabled = yes, please :) # enabled = yes, please :)
@@ -419,6 +418,7 @@ sed -n '114,429p;430q' ~/arch_install3.sh | cut -c2- > ~/.config/hypr/hyprland.c
## See https://wiki.hyprland.org/Configuring/Master-Layout/ for more ## See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
#master { #master {
# new_status = master # new_status = master
# new_on_top = true
#} #}
# #
## https://wiki.hyprland.org/Configuring/Variables/#misc ## https://wiki.hyprland.org/Configuring/Variables/#misc
@@ -835,8 +835,8 @@ sed -n '697,880p;881q' ~/arch_install3.sh | cut -c2- > ~/.config/wal/templates/w
# #
#window#waybar {{ #window#waybar {{
# background-color: {color14.rgba}; # background-color: {color14.rgba};
# border-bottom: 3px solid {color9.rgba}; # border-bottom: 3px solid {color1.rgba};
# border-top: 3px solid {color9.rgba}; # border-top: 3px solid {color1.rgba};
# color: {color0}; # color: {color0};
# transition-property: background-color; # transition-property: background-color;
# transition-duration: .5s; # transition-duration: .5s;
@@ -858,11 +858,45 @@ sed -n '697,880p;881q' ~/arch_install3.sh | cut -c2- > ~/.config/wal/templates/w
#button:hover {{ #button:hover {{
# background: inherit; # background: inherit;
# text-shadow: inherit; # text-shadow: inherit;
# box-shadow: inherit;
#}}
#
##clock,#battery,#cpu,#memory,#network,#pulseaudio,#tray,#power-profiles-daemon {{
# padding: 0 10px;
# margin: 3 0px;
# color: #ffffff;
#}} #}}
# #
#/* you can set a style on hover for any module like this */ #/* you can set a style on hover for any module like this */
##cpu:hover,#network:hover,#power-profiles-daemon:hover,#clock:hover,#memory:hover,#pulseaudio:hover {{ ##pulseaudio,#battery {{
# background-color: {color12}; # background-color: {color2};
# color: {color0};
#}}
#
##pulseaudio:hover {{
# background-color: {color10};
#}}
#
##clock {{
# background-color: {color6};
# color: {color0};
#}}
#
##clock:hover {{
# background-color: {color14};
#}}
#
##network,#cpu,#memory {{
# background-color: {color5};
# color: {color0};
#}}
#
##cpu:hover,#network:hover,#memory:hover {{
# background-color: {color13};
#}}
#
##tray {{
# background-color: {color11};
#}} #}}
# #
##workspaces button {{ ##workspaces button {{
@@ -884,21 +918,7 @@ sed -n '697,880p;881q' ~/arch_install3.sh | cut -c2- > ~/.config/wal/templates/w
# background-color: #eb4d4b; # background-color: #eb4d4b;
#}} #}}
# #
##clock, ##window,#workspaces {{
##battery,
##cpu,
##memory,
##network,
##pulseaudio,
##tray,
##power-profiles-daemon {{
# padding: 0 10px;
# margin: 3 0px;
# color: #ffffff;
#}}
#
##window,
##workspaces {{
# margin: 0 4px; # margin: 0 4px;
#}} #}}
# #
@@ -912,16 +932,6 @@ sed -n '697,880p;881q' ~/arch_install3.sh | cut -c2- > ~/.config/wal/templates/w
# margin-right: 0; # margin-right: 0;
#}} #}}
# #
##clock {{
# background-color: {color11};
# color: {color0};
#}}
#
##battery {{
# background-color: {color11};
# color: {color0};
#}}
#
##battery.charging, #battery.plugged {{ ##battery.charging, #battery.plugged {{
# color: #ffffff; # color: #ffffff;
# background-color: #26A65B; # background-color: #26A65B;
@@ -969,40 +979,16 @@ sed -n '697,880p;881q' ~/arch_install3.sh | cut -c2- > ~/.config/wal/templates/w
# color: {color0}; # color: {color0};
#}} #}}
# #
##cpu {{
# background-color: {color11};
# color: {color0};
#}}
#
##memory {{
# background-color: {color11};
# color: {color0};
#}}
#
##network {{
# background-color: {color11};
# color: {color0};
#}}
#
##network.disconnected {{ ##network.disconnected {{
# background-color: {color15}; # background-color: {color15};
# color: {color0}; # color: {color0};
#}} #}}
# #
##pulseaudio {{
# background-color: {color11};
# color: {color0};
#}}
#
##pulseaudio.muted {{ ##pulseaudio.muted {{
# background-color: {color15}; # background-color: {color15};
# color: {color0}; # color: {color0};
#}} #}}
# #
##tray {{
# background-color: {color11};
#}}
#
##tray > .passive {{ ##tray > .passive {{
# -gtk-icon-effect: dim; # -gtk-icon-effect: dim;
#}} #}}
@@ -1011,7 +997,20 @@ sed -n '697,880p;881q' ~/arch_install3.sh | cut -c2- > ~/.config/wal/templates/w
# -gtk-icon-effect: highlight; # -gtk-icon-effect: highlight;
# background-color: #eb4d4b; # background-color: #eb4d4b;
#}} #}}
#
#
#
#
#
#
#
#
#
#
#
#
#
#
####################### #######################
#######SCRIPTS######### #######SCRIPTS#########
@@ -1154,7 +1153,6 @@ echo 'useGrimAdapter=true' >> ~/.config/flameshot/flameshot.ini
ranger --copy-config all ranger --copy-config all
sed -i "s/column_ratios 1,3,4/column_ratios 1,2,2/" ~/.config/ranger/rc.conf sed -i "s/column_ratios 1,3,4/column_ratios 1,2,2/" ~/.config/ranger/rc.conf
sed -i "s/preview_files true/preview_files false/" ~/.config/ranger/rc.conf sed -i "s/preview_files true/preview_files false/" ~/.config/ranger/rc.conf
sed -i "s/collapse_preview false/collapse_preview true/" ~/.config/ranger/rc.conf
sed -i "s/draw_borders none/draw_borders both/" ~/.config/ranger/rc.conf sed -i "s/draw_borders none/draw_borders both/" ~/.config/ranger/rc.conf
sed -i "s/update_title false/update_title true/" ~/.config/ranger/rc.conf sed -i "s/update_title false/update_title true/" ~/.config/ranger/rc.conf
sed -i "s/tilde_in_titlebar false/tilde_intitlebar true/" ~/.config/ranger/rc.conf sed -i "s/tilde_in_titlebar false/tilde_intitlebar true/" ~/.config/ranger/rc.conf
@@ -1185,7 +1183,8 @@ cd yay
makepkg -si makepkg -si
yay --version yay --version
cd $HOME cd $HOME
rm -r yay sudo rm -rf yay
sudo pacman -Rsn go
# Installing Aur Packages # Installing Aur Packages