New backup 2025-07-01 11:30:01
This commit is contained in:
parent
13e404e7b5
commit
80c211c8be
3 changed files with 14 additions and 7 deletions
|
@ -8,3 +8,7 @@ exec_always 'sleep 1;eww open --screen "Unknown" bar'
|
|||
exec_always 'sleep 1;eww open --screen "Unknown" home'
|
||||
|
||||
#exec_always "killall sway-wallpaper;$HOME/.config/sway/scripts/sway-wallpaper"
|
||||
|
||||
workspace {
|
||||
1:$profile_icon output eDP-1
|
||||
}
|
||||
|
|
|
@ -32,7 +32,8 @@ $bar-module-border-radius: 8px;
|
|||
}
|
||||
|
||||
//group modules
|
||||
.leftgroup>*:not(.workspaces):not(.revealer-on-hover),
|
||||
.leftgroup>box:not(.workspaces):not(.revealer-on-hover),
|
||||
//.leftgroup>button,
|
||||
.centergroup>*,
|
||||
.rightgroup>*:not(.revealer-on-hover) {
|
||||
margin: 5px;
|
||||
|
@ -111,7 +112,7 @@ circular-progress {
|
|||
border-radius: $bar-module-border-radius;
|
||||
}
|
||||
.music,
|
||||
.profile,
|
||||
//.profile,
|
||||
.rightgroup>label,
|
||||
.active_window{
|
||||
// background-color: $bar-module-bg-color;
|
||||
|
@ -122,7 +123,8 @@ circular-progress {
|
|||
label {
|
||||
margin-top: 2px;
|
||||
}
|
||||
.workspaces {
|
||||
.workspaces,
|
||||
.profile {
|
||||
border-radius: $bar-module-border-radius;
|
||||
}
|
||||
.workspaces button {
|
||||
|
@ -133,13 +135,16 @@ label {
|
|||
min-width: $bar-module-width;
|
||||
}
|
||||
.workspaces button:hover,
|
||||
//.rightgroup>button:hover,
|
||||
button:hover {
|
||||
.rightgroup button:hover,
|
||||
.leftgroup button:hover {
|
||||
background-color: $bar-hover-bg-color;
|
||||
color: $bar-hover-fg-color;
|
||||
transition-property: background-color;
|
||||
transition-duration: .25s;
|
||||
}
|
||||
.profile:hover {
|
||||
background-color: red;
|
||||
}
|
||||
.workspaces .focused{
|
||||
color: $bar-module-fg-color;
|
||||
text-shadow: $bar-module-active-shadow;
|
||||
|
|
|
@ -15,8 +15,6 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue