New backup 2025-07-01 11:00:02

This commit is contained in:
Penelope Gwen 2025-07-01 11:00:02 -07:00
parent 41426e17a0
commit a995af3bbd
4 changed files with 10 additions and 4 deletions

View file

@ -58,9 +58,13 @@ $bar-module-border-radius: 8px;
padding: 0px 5px;
}
}
.workspaces {
margin: 5px;
.workspaces>button {
margin: 5px 0px;
background-color: $bar-module-bg-color;
min-width: $bar-module-width;
> label {
padding: 0px 10px;
}
}
//value bars

View file

@ -2,7 +2,7 @@
"preset": "lesbian",
"mode": "rgb",
"light_dark": "dark",
"lightness": 0.5,
"lightness": 0.73,
"color_align": {
"mode": "horizontal",
"custom_colors": [],

View file

@ -15,6 +15,8 @@ bindsym {
$mod+Shift+r exec sp-rename
}
rename workspace 1 to 1:$profile_icon
# Switch to workspace keybinds are managed by sp-profiles
# bindsym $mod+n workspace number n
# Move to workspace keybinds are managed by sp-profiles

View file

@ -2,7 +2,7 @@
"preset": "lesbian",
"mode": "rgb",
"light_dark": "dark",
"lightness": 0.5,
"lightness": 0.73,
"color_align": {
"mode": "horizontal",
"custom_colors": [],