File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11@import url ("/home/ini/.floorp/ini/chrome/colors.css" );
22
3- @import url ("/home/ini/.floorp/ini/chrome/bitwarden.css" );
4- @import url ("/home/ini/.floorp/ini/chrome/github.css" );
5- @import url ("/home/ini/.floorp/ini/chrome/youtube.css" );
3+ @import url ("/home/ini/.floorp/ini/chrome/websites/ bitwarden.css" );
4+ @import url ("/home/ini/.floorp/ini/chrome/websites/ github.css" );
5+ @import url ("/home/ini/.floorp/ini/chrome/websites/ youtube.css" );
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ WlrLayershell {
1313
1414 keyboardFocus: WlrKeyboardFocus .Exclusive
1515
16- width : 400
17- height : 600
16+ implicitWidth : 400
17+ implicitHeight : 600
1818 color: " transparent"
1919
2020 anchors {
Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ RowLayout {
8787 anchors .fill : parent
8888 onClicked: {
8989 root .powerMenuVisible = ! root .powerMenuVisible ;
90- console .log (" Status is now: " + root .powerMenuVisible );
9190 }
9291 }
9392
Original file line number Diff line number Diff line change 138138
139139 # Clone dotfiles repo inside ~/dev/dotfiles
140140 home . activation . cloneDotfiles = lib . hm . dag . entryAfter [ "writeBoundary" ] ''
141- # Clone main dotfiles
142141 baseDir="/home/${ default . username } /dev/dotfiles"
143142 if [ ! -d "$baseDir" ]; then
144143 ${ pkgs . git } /bin/git clone https://github.com/InioX/dotfiles "$baseDir"
@@ -150,6 +149,15 @@ in {
150149 ${ pkgs . git } /bin/git clone https://github.com/InioX/matugen-themes "$themesDir"
151150 fi
152151 '' ;
152+
153+ # home.activation.symlinkDotfiles = lib.hm.dag.entryAfter ["cloneDotfiles"] ''
154+ # repoDir="${default.flakePath}/dots/config/floorp/websites"
155+ # targetDir="/home/${default.username}/dev/matugen-themes/"
156+
157+ # if [ -d "$repoDir" ] && [ ! -L "$targetDir" ]; then
158+ # ln -s "$repoDir" "$targetDir"
159+ # fi
160+ # '';
153161 }
154162 ] ;
155163 } ;
Original file line number Diff line number Diff line change 9999 '' ;
100100
101101 system . activationScripts . run-matugen-once = ''
102+ set -e
103+
102104 if [ ! -f /home/${ default . username } /.local/share/matugen-ran-once ]; then
103105 su -u ini ${ pkgs . vscode } /bin/code --install-extension HyprLuna.hyprluna-theme
104106 su -u ini ${ pkgs . matugen } /bin/matugen image ${ wallpaper }
You can’t perform that action at this time.
0 commit comments