feat: Update outdated hypr config #26
|
@ -1,2 +0,0 @@
|
|||
font:
|
||||
size: 14
|
|
@ -6,7 +6,7 @@ $workspace_inactive_bg: transparent;
|
|||
$workspace_active: rgba(180, 190, 200, 0.9);
|
||||
$workspace_active_bg: transparent;
|
||||
$workspace_focused: rgba(220, 230, 230, 0.9);
|
||||
$workspace_focused_bg: rgba(100, 114, 125, 0.5);
|
||||
$workspace_focused_bg: rgba(100, 114, 125, 0.9);
|
||||
$workspace_hover: #2E5DFF;
|
||||
|
||||
$widget_bg: rgba(40, 40, 40, 0.5);
|
||||
|
@ -100,9 +100,9 @@ box .workspaces {
|
|||
border-radius: 10px;
|
||||
button {
|
||||
all: unset;
|
||||
font-size: 30px;
|
||||
padding-left: 2px;
|
||||
margin: -5px -5px -5px -5px;
|
||||
font-size: 40px;
|
||||
padding-left: 5px;
|
||||
margin: -20px -5px -5px -5px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
button:hover {
|
||||
|
@ -110,7 +110,7 @@ box .workspaces {
|
|||
}
|
||||
.focused {
|
||||
color: $workspace_focused;
|
||||
background-color: $workspace_focused_bg;
|
||||
text-shadow: 2px 2px 1px $workspace_focused_bg;
|
||||
}
|
||||
.active {
|
||||
color: $workspace_active;
|
||||
|
|
|
@ -1,10 +1,36 @@
|
|||
{
|
||||
"locale": "auto",
|
||||
"menuTheme": "default",
|
||||
"darkMenuTheme": "default",
|
||||
"menuThemeColors": {},
|
||||
"darkMenuThemeColors": {},
|
||||
"enableDarkModeForMenuThemes": false,
|
||||
"soundTheme": "none",
|
||||
"soundVolume": 0.5,
|
||||
"sidebarVisible": true,
|
||||
"ignoreWriteProtectedConfigFiles": false,
|
||||
"trayIconFlavor": "color",
|
||||
"enableVersionCheck": true,
|
||||
"zoomFactor": 1
|
||||
"zoomFactor": 1,
|
||||
"menuOptions": {
|
||||
"centerDeadZone": 50,
|
||||
"minParentDistance": 150,
|
||||
"dragThreshold": 15,
|
||||
"fadeInDuration": 150,
|
||||
"fadeOutDuration": 200,
|
||||
"enableMarkingMode": true,
|
||||
"enableTurboMode": true,
|
||||
"gestureMinStrokeLength": 150,
|
||||
"gestureMinStrokeAngle": 20,
|
||||
"gestureJitterThreshold": 10,
|
||||
"gesturePauseTimeout": 100,
|
||||
"fixedStrokeLength": 0,
|
||||
"rmbSelectsParent": false,
|
||||
"gamepadBackButton": 1,
|
||||
"gamepadCloseButton": 2
|
||||
},
|
||||
"editorOptions": {
|
||||
"showSidebarButtonVisible": true,
|
||||
"showEditorButtonVisible": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue