This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import { setWindowControlsHeight } from '@/utils/windowControlUtils'; | |
import { | |
calculateBrowserZoom, | |
calculateInverseBrowserZoom, | |
calculateScaledPx, | |
} from '@/utils/zoomUtils'; | |
import { useLucidStore } from '@/store/useLucidStore'; | |
const TransparentWindowControl = React.memo(() => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap'); | |
:root { | |
/* Border */ | |
--border-thickness: 1px; | |
--border-radius-sm: 0.5rem; | |
--border-radius-md: 0.5rem; | |
--border-radius-lg: 0.5rem; | |
--default-border: var(--border-thickness) solid var(--spice-border); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See https://wiki.hyprland.org/Configuring/Monitors/ | |
monitor=,preferred,auto,auto | |
# See https://wiki.hyprland.org/Configuring/Workspaces/ | |
workspace=eDP-1,1,1,1,1,1,1,1,1 | |
# See https://wiki.hyprland.org/Configuring/Input/ | |
input { | |
kb_layout=us | |
kb_variant= |