New backup 2025-07-01 11:00:02
This commit is contained in:
parent
41426e17a0
commit
a995af3bbd
4 changed files with 10 additions and 4 deletions
|
@ -58,9 +58,13 @@ $bar-module-border-radius: 8px;
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.workspaces {
|
.workspaces>button {
|
||||||
margin: 5px;
|
margin: 5px 0px;
|
||||||
background-color: $bar-module-bg-color;
|
background-color: $bar-module-bg-color;
|
||||||
|
min-width: $bar-module-width;
|
||||||
|
> label {
|
||||||
|
padding: 0px 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//value bars
|
//value bars
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"preset": "lesbian",
|
"preset": "lesbian",
|
||||||
"mode": "rgb",
|
"mode": "rgb",
|
||||||
"light_dark": "dark",
|
"light_dark": "dark",
|
||||||
"lightness": 0.5,
|
"lightness": 0.73,
|
||||||
"color_align": {
|
"color_align": {
|
||||||
"mode": "horizontal",
|
"mode": "horizontal",
|
||||||
"custom_colors": [],
|
"custom_colors": [],
|
||||||
|
|
|
@ -15,6 +15,8 @@ bindsym {
|
||||||
$mod+Shift+r exec sp-rename
|
$mod+Shift+r exec sp-rename
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rename workspace 1 to 1:$profile_icon
|
||||||
|
|
||||||
# Switch to workspace keybinds are managed by sp-profiles
|
# Switch to workspace keybinds are managed by sp-profiles
|
||||||
# bindsym $mod+n workspace number n
|
# bindsym $mod+n workspace number n
|
||||||
# Move to workspace keybinds are managed by sp-profiles
|
# Move to workspace keybinds are managed by sp-profiles
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"preset": "lesbian",
|
"preset": "lesbian",
|
||||||
"mode": "rgb",
|
"mode": "rgb",
|
||||||
"light_dark": "dark",
|
"light_dark": "dark",
|
||||||
"lightness": 0.5,
|
"lightness": 0.73,
|
||||||
"color_align": {
|
"color_align": {
|
||||||
"mode": "horizontal",
|
"mode": "horizontal",
|
||||||
"custom_colors": [],
|
"custom_colors": [],
|
||||||
|
|
Loading…
Add table
Reference in a new issue