New backup 2025-07-01 11:30:01

This commit is contained in:
Penelope Gwen 2025-07-01 11:30:01 -07:00
parent 13e404e7b5
commit 80c211c8be
3 changed files with 14 additions and 7 deletions

View file

@ -8,3 +8,7 @@ exec_always 'sleep 1;eww open --screen "Unknown" bar'
exec_always 'sleep 1;eww open --screen "Unknown" home' exec_always 'sleep 1;eww open --screen "Unknown" home'
#exec_always "killall sway-wallpaper;$HOME/.config/sway/scripts/sway-wallpaper" #exec_always "killall sway-wallpaper;$HOME/.config/sway/scripts/sway-wallpaper"
workspace {
1:$profile_icon output eDP-1
}

View file

@ -32,7 +32,8 @@ $bar-module-border-radius: 8px;
} }
//group modules //group modules
.leftgroup>*:not(.workspaces):not(.revealer-on-hover), .leftgroup>box:not(.workspaces):not(.revealer-on-hover),
//.leftgroup>button,
.centergroup>*, .centergroup>*,
.rightgroup>*:not(.revealer-on-hover) { .rightgroup>*:not(.revealer-on-hover) {
margin: 5px; margin: 5px;
@ -111,7 +112,7 @@ circular-progress {
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
} }
.music, .music,
.profile, //.profile,
.rightgroup>label, .rightgroup>label,
.active_window{ .active_window{
// background-color: $bar-module-bg-color; // background-color: $bar-module-bg-color;
@ -122,7 +123,8 @@ circular-progress {
label { label {
margin-top: 2px; margin-top: 2px;
} }
.workspaces { .workspaces,
.profile {
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
} }
.workspaces button { .workspaces button {
@ -133,13 +135,16 @@ label {
min-width: $bar-module-width; min-width: $bar-module-width;
} }
.workspaces button:hover, .workspaces button:hover,
//.rightgroup>button:hover, .rightgroup button:hover,
button:hover { .leftgroup button:hover {
background-color: $bar-hover-bg-color; background-color: $bar-hover-bg-color;
color: $bar-hover-fg-color; color: $bar-hover-fg-color;
transition-property: background-color; transition-property: background-color;
transition-duration: .25s; transition-duration: .25s;
} }
.profile:hover {
background-color: red;
}
.workspaces .focused{ .workspaces .focused{
color: $bar-module-fg-color; color: $bar-module-fg-color;
text-shadow: $bar-module-active-shadow; text-shadow: $bar-module-active-shadow;

View file

@ -15,8 +15,6 @@ 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