mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-05-21 21:05:50 -07:00
update swaync config and adjust keybindings
This commit is contained in:
parent
9db0bb6e4b
commit
8df48aec3a
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user