update swaync config and adjust keybindings

This commit is contained in:
sudacode 2025-05-05 04:00:16 -07:00
parent 9db0bb6e4b
commit 8df48aec3a
Signed by: sudacode
SSH Key Fingerprint: SHA256:lT5C2bB398DcX6daCF/gYFNSTK3y+Du3oTGUnYzfTEw
3 changed files with 16 additions and 23 deletions

View File

@ -91,6 +91,8 @@ bindl = , XF86AudioPrev, exec, mpc prev
# rofi
bind = $mainMod SHIFT, v, exec, uwsm app -sb -- rofi-rbw
bind = $mainMod, w, exec, rofi -show window -theme $HOME/.config/rofi/launchers/type-2/style-2.rasi -dpi 96 -theme-str 'window {width: 35%;}'
bind = $mainMod SHIFT, w, exec, $HOME/.config/rofi/scripts/rofi-wallpaper.sh
# ncmcppp
bind = $mainMod, n, exec, uwsm app -sb -- ghostty --command=/usr/bin/ncmpcpp

View File

@ -5,7 +5,7 @@
"cssPriority": "user",
"control-center-width": 420,
"control-center-height": 860,
"control-center-height": 1111,
"control-center-margin-top": 0,
"control-center-margin-bottom": 2,
"control-center-margin-right": 0,
@ -66,18 +66,6 @@
"label": {
"max-lines": 1,
"text": "󰒋"
},
"buttons-grid": {
"actions": [
{
"label": "",
"command": "~/.config/rofi/scripts/rofi-wifi-menu.sh"
},
{
"label": "",
"command": "~/.config/rofi/scripts/rofi-bluetooth.sh"
}
]
}
}
}

View File

@ -1,9 +1,7 @@
* {
all: unset;
font-size: 14px;
font-family:
"JetBrainsMono Nerd Font", "JetBrainsMono Nerd Font Mono",
"Fira Code Nerd Font", "monospace";
font-family: "Ubuntu Nerd Font";
transition: 200ms;
}
@ -26,9 +24,11 @@ slider {
box-shadow:
0 0 8px 0 rgba(0, 0, 0, 0.8),
inset 0 0 0 1px #363a4f;
background-color: rgba(36, 39, 58, 0.88);
border: 1px solid #c6a0f6;
border-radius: 12.6px;
margin: 18px;
background-color: #24273a;
margin: 10px;
background-color: rgba(36, 39, 58, 0.88);
color: #cad3f5;
padding: 0;
}
@ -102,7 +102,8 @@ slider {
border-radius: 7px;
color: #cad3f5;
background-color: #363a4f;
box-shadow: inset 0 0 0 1px #494d64;
background-color: rgba(36, 39, 58, 0.88);
border: 1px solid #c6a0f6;
margin: 7px;
}
@ -135,7 +136,8 @@ slider {
.notification-background
.close-button {
margin: 7px;
padding: 2px;
background-color: rgba(54, 58, 79, 0.88);
border: 1px solid #c6a0f6;
border-radius: 6.3px;
color: #24273a;
background-color: #ed8796;
@ -162,8 +164,9 @@ slider {
0 0 8px 0 rgba(0, 0, 0, 0.8),
inset 0 0 0 1px #363a4f;
border-radius: 12.6px;
margin: 18px;
background-color: #24273a;
border: 1px solid #c6a0f6;
margin: 10px;
background-color: rgba(36, 39, 58, 0.88);
color: #cad3f5;
padding: 14px;
}
@ -196,7 +199,7 @@ slider {
.control-center .notification-row .notification-background {
border-radius: 7px;
color: #cad3f5;
background-color: #363a4f;
background-color: rgba(54, 58, 79, 0.88);
box-shadow: inset 0 0 0 1px #494d64;
margin-top: 14px;
}