style workspaces
This commit is contained in:
parent
ed396f7238
commit
a64babe620
6 changed files with 20 additions and 27 deletions
2
.scripts/install-spicetify.sh
Normal file
2
.scripts/install-spicetify.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh
|
||||
|
||||
2
.zshrc
2
.zshrc
|
|
@ -124,3 +124,5 @@ compinit
|
|||
|
||||
neofetch
|
||||
|
||||
|
||||
export PATH=$PATH:/home/benjamin/.spicetify
|
||||
|
|
|
|||
|
|
@ -34,6 +34,13 @@
|
|||
"deactivated": ""
|
||||
}
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"active-only": false,
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"hyprland/window": {
|
||||
"format": "{}",
|
||||
"rewrite": {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
text-shadow: none;
|
||||
transition: color 0.5s ease-in-out;
|
||||
transition: background-color 0.5s ease-in-out;
|
||||
color: @color15;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -6,15 +6,10 @@
|
|||
}
|
||||
|
||||
window#waybar.kitty {
|
||||
background-color: #111111;
|
||||
background-color: transparent;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
window#waybar.chromium {
|
||||
background-color: #eeeeee;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
/* make window module transparent when no windows present */
|
||||
window#waybar.empty #window {
|
||||
background-color: transparent;
|
||||
|
|
|
|||
|
|
@ -1,43 +1,31 @@
|
|||
|
||||
#workspaces {
|
||||
padding: 0;
|
||||
border: 2px solid @color4;
|
||||
/* border: 2px solid @color4; */
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 4px;
|
||||
padding: 0 9px 0 4px;
|
||||
box-shadow: 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;
|
||||
color: @color2;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background: @color4;
|
||||
color: @color5;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: @color4;
|
||||
background: transparent;
|
||||
color: @color5;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: @color5;
|
||||
color: @color4;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: #bf616a;
|
||||
color: #bf616a;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue