mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2025-12-05 14:53:38 -08:00
update swaync config and adjust keybindings
This commit is contained in:
@@ -91,6 +91,8 @@ bindl = , XF86AudioPrev, exec, mpc prev
|
|||||||
|
|
||||||
# rofi
|
# rofi
|
||||||
bind = $mainMod SHIFT, v, exec, uwsm app -sb -- rofi-rbw
|
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
|
# ncmcppp
|
||||||
bind = $mainMod, n, exec, uwsm app -sb -- ghostty --command=/usr/bin/ncmpcpp
|
bind = $mainMod, n, exec, uwsm app -sb -- ghostty --command=/usr/bin/ncmpcpp
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"cssPriority": "user",
|
"cssPriority": "user",
|
||||||
|
|
||||||
"control-center-width": 420,
|
"control-center-width": 420,
|
||||||
"control-center-height": 860,
|
"control-center-height": 1111,
|
||||||
"control-center-margin-top": 0,
|
"control-center-margin-top": 0,
|
||||||
"control-center-margin-bottom": 2,
|
"control-center-margin-bottom": 2,
|
||||||
"control-center-margin-right": 0,
|
"control-center-margin-right": 0,
|
||||||
@@ -66,18 +66,6 @@
|
|||||||
"label": {
|
"label": {
|
||||||
"max-lines": 1,
|
"max-lines": 1,
|
||||||
"text": ""
|
"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;
|
all: unset;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family:
|
font-family: "Ubuntu Nerd Font";
|
||||||
"JetBrainsMono Nerd Font", "JetBrainsMono Nerd Font Mono",
|
|
||||||
"Fira Code Nerd Font", "monospace";
|
|
||||||
transition: 200ms;
|
transition: 200ms;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,9 +24,11 @@ slider {
|
|||||||
box-shadow:
|
box-shadow:
|
||||||
0 0 8px 0 rgba(0, 0, 0, 0.8),
|
0 0 8px 0 rgba(0, 0, 0, 0.8),
|
||||||
inset 0 0 0 1px #363a4f;
|
inset 0 0 0 1px #363a4f;
|
||||||
|
background-color: rgba(36, 39, 58, 0.88);
|
||||||
|
border: 1px solid #c6a0f6;
|
||||||
border-radius: 12.6px;
|
border-radius: 12.6px;
|
||||||
margin: 18px;
|
margin: 10px;
|
||||||
background-color: #24273a;
|
background-color: rgba(36, 39, 58, 0.88);
|
||||||
color: #cad3f5;
|
color: #cad3f5;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
@@ -102,7 +102,8 @@ slider {
|
|||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
color: #cad3f5;
|
color: #cad3f5;
|
||||||
background-color: #363a4f;
|
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;
|
margin: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -135,7 +136,8 @@ slider {
|
|||||||
.notification-background
|
.notification-background
|
||||||
.close-button {
|
.close-button {
|
||||||
margin: 7px;
|
margin: 7px;
|
||||||
padding: 2px;
|
background-color: rgba(54, 58, 79, 0.88);
|
||||||
|
border: 1px solid #c6a0f6;
|
||||||
border-radius: 6.3px;
|
border-radius: 6.3px;
|
||||||
color: #24273a;
|
color: #24273a;
|
||||||
background-color: #ed8796;
|
background-color: #ed8796;
|
||||||
@@ -162,8 +164,9 @@ slider {
|
|||||||
0 0 8px 0 rgba(0, 0, 0, 0.8),
|
0 0 8px 0 rgba(0, 0, 0, 0.8),
|
||||||
inset 0 0 0 1px #363a4f;
|
inset 0 0 0 1px #363a4f;
|
||||||
border-radius: 12.6px;
|
border-radius: 12.6px;
|
||||||
margin: 18px;
|
border: 1px solid #c6a0f6;
|
||||||
background-color: #24273a;
|
margin: 10px;
|
||||||
|
background-color: rgba(36, 39, 58, 0.88);
|
||||||
color: #cad3f5;
|
color: #cad3f5;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
}
|
}
|
||||||
@@ -196,7 +199,7 @@ slider {
|
|||||||
.control-center .notification-row .notification-background {
|
.control-center .notification-row .notification-background {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
color: #cad3f5;
|
color: #cad3f5;
|
||||||
background-color: #363a4f;
|
background-color: rgba(54, 58, 79, 0.88);
|
||||||
box-shadow: inset 0 0 0 1px #494d64;
|
box-shadow: inset 0 0 0 1px #494d64;
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user