You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assumed it was based on the example given in the README. Although, options like general.idle.timeouts don't seem to be changing with my config changes. This is what I put in my hm config:
{host,config,lib,
...
}:
letsrc=../../../.source;isYoga7=host=="yoga7amd";isYoga7Intel=host=="yoga7intel";isVengeance=host=="vengeance";isG16=host=="g16";hyprVars=# if isYoga7Intel then# "${src}/caelestia/yoga7-vars.conf"# else if isVengeance then# "${src}/caelestia/vengeance-vars.conf"# else if isG16 then# "${src}/caelestia/g16-vars.conf"# else"${src}/caelestia/hypr-vars.conf";hyprUser=ifisYoga7Intelthen"${src}/caelestia/yoga7intel-user.conf"# else if isVengeance then# "${src}/caelestia/vengeance-user.conf"# else if isG16 then# "${src}/caelestia/g16-user.conf"else"${src}/caelestia/hypr-user.conf";in{programs.caelestia={enable=true;systemd={enable=false;# if you prefer starting from your compositortarget="graphical-session.target";environment=[];};settings={appearance={font={family={clock="Rubik";material="Material Symbols Rounded";mono="Hack Nerd Font Mono";sans="Rubik";};size.scale=1.3;};padding.scale=1;rounding.scale=1;spacing.scale=1;transparency={enabled=true;base=0.85;layers=0.4;};};bar={clock.showIcon=false;status={showAudio=true;showBattery=true;};};general={# battery = {# warnLevels = [];# };idle={timeouts=[{timeout=800;idleAction="lock";}{timeout=1200;idleAction="dpms off";returnAction="dpms on";}{timeout=1600;idleAction=["systemctl""suspend-then-hibernate"];}];};};paths.wallpaperDir="~/Pictures/wallpapers";};cli={enable=true;# Also add caelestia-cli to pathsettings={theme={enableBtop=true;enableDiscord=true;enableHypr=true;enableTerm=true;enableGtk=true;enableQt=true;};};};};xdg.configFile={"caelestia/hypr-vars.conf".source=hyprVars;"caelestia/hypr-user.conf".source=hyprUser;};}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I assumed it was based on the example given in the README. Although, options like general.idle.timeouts don't seem to be changing with my config changes. This is what I put in my hm config:
All reactions