hypr (transition wip)

still, work in progress…
This commit is contained in:
committer@tuxwarrior
2026-02-26 07:23:02 -05:00
parent db5cf1efcd
commit ac6ac95a43
5 changed files with 300 additions and 553 deletions

View File

@@ -0,0 +1,18 @@
/* disable top bar and top tabs */
/*
#TabsToolbar {
visibility: collapse;
}
#titlebar {
display: none;
}
*/
/* change menu background color */
#main-window,
#toolbarpaletteitem-menu-button,
#appmenu-toolbar-button {
background-color: #6e0303 !important;
}