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
| type: custom:mini-graph-card | |
| name: Kids Room | |
| entities: | |
| - entity: sensor.kids_room_pm2_5 | |
| - entity: sensor.kids_room_starkvind_pm2_5 | |
| show_fill: false | |
| - entity: sensor.kids_room_vindstyrka_pm2_5 | |
| show_fill: false | |
| animate: true | |
| decimals: 0 |
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
| {% if states('sensor.indoor_pm2_5') | float <= 9.0 %} | |
| Good | |
| {% elif states('sensor.indoor_pm2_5') | float <= 35.4 %} | |
| Moderate | |
| {% elif states('sensor.indoor_pm2_5') | float <= 55.4 %} | |
| Unhealthy for Sensitive Groups | |
| {% elif states('sensor.indoor_pm2_5') | float <= 125.4 %} | |
| Unhealthy | |
| {% elif states('sensor.indoor_pm2_5') | float <= 225.4 %} | |
| Very Unhealthy |
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
| type: custom:mini-graph-card | |
| name: Living Room | |
| entities: | |
| - entity: sensor.living_room_avg_temperature | |
| - entity: sensor.living_room_thermostat_living_room_temperature | |
| show_fill: false | |
| - entity: sensor.closet_door_temperature | |
| show_fill: false | |
| animate: true | |
| decimals: 0 |
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
| #!/bin/sh | |
| # Add elementary AppCenter Flatpak remote | |
| # Open your Linux terminal/console app, and run: | |
| flatpak remote-add --user --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo |
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
| ## To add a sensible 1× resolution of 1500×1000: | |
| gtf 1500 1000 60 | |
| # 1504x1000 @ 60.00 Hz (GTF) hsync: 62.10 kHz; pclk: 125.19 MHz | |
| # Modeline "1504x1000_60.00" 125.19 1504 1600 1760 2016 1000 1001 1004 1035 -HSync +Vsync | |
| xrandr --newmode "1504x1000_60.00" 125.19 1504 1600 1760 2016 1000 1001 1004 1035 -HSync +Vsync | |
| xrandr --addmode eDP-1 "1504x1000_60.00" |
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
| #313131,#FAFAFA,#252525,#FFFFFF,#3B3B3B,#FFFFFF,#9BDB4D,#ED5353,#313131,#FFFFFF |
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
| #F1F1F1,#FAFAFA,#DFDFDF,#333333,#FBFBFB,#333333,#68B723,#C6262E,#EDEDED,#333333 |
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
| <touchégg> | |
| <settings> | |
| <property name="animation_delay">150</property> | |
| <property name="action_execute_threshold">20</property> | |
| <property name="color">909090</property> | |
| <property name="borderColor">FFFFFF</property> | |
| </settings> | |
| <application name="All"> | |
| <gesture type="SWIPE" fingers="3" direction="LEFT"> | |
| <action type="CHANGE_DESKTOP"> |
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
| .foo { | |
| background-image: linear-gradient( | |
| to bottom, | |
| @BLUEBERRY_500, | |
| @BLUEBERRY_700 | |
| ); | |
| border-color: @BLUEBERRY_100; | |
| color: white; | |
| text-shadow: 0 1px alpha(@BLUEBERRY_900, 0.67); | |
| } |
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
| .foo { | |
| background: #552255; | |
| color: white; | |
| } |
NewerOlder