mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
polybar: use add .ini suffix to configuration file
The old name is deprecated and causes a warning to be logged.
This commit is contained in:
parent
d8d9ff0b2d
commit
91f26e0b0e
2 changed files with 4 additions and 4 deletions
|
|
@ -50,8 +50,8 @@
|
|||
assertFileRegex $serviceFile 'X-Restart-Triggers=.*polybar\.conf'
|
||||
assertFileRegex $serviceFile 'ExecStart=.*/bin/polybar-start'
|
||||
|
||||
assertFileExists home-files/.config/polybar/config
|
||||
assertFileContent home-files/.config/polybar/config \
|
||||
assertFileExists home-files/.config/polybar/config.ini
|
||||
assertFileContent home-files/.config/polybar/config.ini \
|
||||
${./basic-configuration.conf}
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue