Merge Arch config as main #1

Closed
baobeld wants to merge 228 commits from arch(btw) into master
6 changed files with 20 additions and 27 deletions
Showing only changes of commit a64babe620 - Show all commits

View file

@ -0,0 +1,2 @@
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh

2
.zshrc
View file

@ -124,3 +124,5 @@ compinit
neofetch neofetch
export PATH=$PATH:/home/benjamin/.spicetify

View file

@ -34,6 +34,13 @@
"deactivated": "󰔛" "deactivated": "󰔛"
} }
}, },
"hyprland/workspaces": {
"active-only": false,
"format": "{icon}",
"format-icons": {
"default": ""
}
},
"hyprland/window": { "hyprland/window": {
"format": "{}", "format": "{}",
"rewrite": { "rewrite": {

View file

@ -4,7 +4,6 @@
text-shadow: none; text-shadow: none;
transition: color 0.5s ease-in-out; transition: color 0.5s ease-in-out;
transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out;
color: @color15;
} }
/* /*

View file

@ -6,15 +6,10 @@
} }
window#waybar.kitty { window#waybar.kitty {
background-color: #111111; background-color: transparent;
color: #ffffff; color: #ffffff;
} }
window#waybar.chromium {
background-color: #eeeeee;
color: #000000;
}
/* make window module transparent when no windows present */ /* make window module transparent when no windows present */
window#waybar.empty #window { window#waybar.empty #window {
background-color: transparent; background-color: transparent;

View file

@ -1,43 +1,31 @@
#workspaces { #workspaces {
padding: 0; padding: 0;
border: 2px solid @color4; /* border: 2px solid @color4; */
} }
#workspaces button { #workspaces button {
padding: 0 4px; padding: 0 9px 0 4px;
box-shadow: none; box-shadow: none;
border: none; border: none;
border-radius: 0;
}
#workspaces button:first-child {
padding-left: 8px;
border-radius: 9999px 0 0 9999px;
}
#workspaces button:last-child {
padding-right: 8px;
border-radius: 0 9999px 9999px 0;
}
#workspaces button:only-child {
border-radius: 9999px; border-radius: 9999px;
color: @color2;
} }
#workspaces button.active { #workspaces button.active {
background: @color4; color: @color5;
} }
#workspaces button:hover { #workspaces button:hover {
background: @color4; background: transparent;
color: @color5;
} }
#workspaces button.focused { #workspaces button.focused {
background-color: @color5; color: @color4;
} }
#workspaces button.urgent { #workspaces button.urgent {
background-color: #bf616a; color: #bf616a;
} }