Compare commits
2 Commits
72b336ef07
...
b344dbabdc
| Author | SHA1 | Date |
|---|---|---|
|
|
b344dbabdc | |
|
|
265fb23757 |
|
|
@ -1,12 +1,12 @@
|
|||
set $primary #70dba7
|
||||
set $on_primary #003823
|
||||
set $secondary #8fd5af
|
||||
set $tertiary #83d2e4
|
||||
set $primary #ffb690
|
||||
set $on_primary #552100
|
||||
set $secondary #ffb690
|
||||
set $tertiary #ddc56e
|
||||
set $error #ffb4ab
|
||||
set $surface #091518
|
||||
set $on_surface #d8e5e8
|
||||
set $on_surface_variant #b2cbd1
|
||||
set $outline #7c959b
|
||||
set $surface #171306
|
||||
set $on_surface #ebe2cb
|
||||
set $on_surface_variant #d2c6a1
|
||||
set $outline #9b906f
|
||||
|
||||
## Window Colours
|
||||
# class border backgr. text indicator child_border
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
config_version = 12
|
||||
config_version = 13
|
||||
|
||||
[calendar]
|
||||
enabled = true
|
||||
|
|
@ -26,6 +26,8 @@ widget_order = [ "desktop-widget-0000000000000001", "desktop-widget-000000000000
|
|||
cx = 1784.0
|
||||
cy = 188.0
|
||||
output = "eDP-1"
|
||||
placement_height = 1080.0
|
||||
placement_width = 1920.0
|
||||
rotation = 0.0
|
||||
type = "weather"
|
||||
|
||||
|
|
@ -41,6 +43,8 @@ widget_order = [ "desktop-widget-0000000000000001", "desktop-widget-000000000000
|
|||
cx = 960.0
|
||||
cy = 988.0
|
||||
output = "eDP-1"
|
||||
placement_height = 1080.0
|
||||
placement_width = 1920.0
|
||||
rotation = 0.0
|
||||
type = "sysmon"
|
||||
|
||||
|
|
@ -74,6 +78,8 @@ widget_order = [
|
|||
cx = 1280.0
|
||||
cy = 1258.0
|
||||
output = "DP-3"
|
||||
placement_height = 0.0
|
||||
placement_width = 0.0
|
||||
rotation = 0.0
|
||||
type = "login_box"
|
||||
|
||||
|
|
@ -99,6 +105,8 @@ widget_order = [
|
|||
cx = 1280.0
|
||||
cy = 1258.0
|
||||
output = "DP-4"
|
||||
placement_height = 1440.0
|
||||
placement_width = 2560.0
|
||||
rotation = 0.0
|
||||
type = "login_box"
|
||||
|
||||
|
|
@ -124,6 +132,8 @@ widget_order = [
|
|||
cx = 1280.0
|
||||
cy = 1258.0
|
||||
output = "DP-5"
|
||||
placement_height = 0.0
|
||||
placement_width = 0.0
|
||||
rotation = 0.0
|
||||
type = "login_box"
|
||||
|
||||
|
|
@ -149,6 +159,8 @@ widget_order = [
|
|||
cx = 540.0
|
||||
cy = 1738.0
|
||||
output = "HDMI-A-1"
|
||||
placement_height = 0.0
|
||||
placement_width = 0.0
|
||||
rotation = 0.0
|
||||
type = "login_box"
|
||||
|
||||
|
|
@ -174,6 +186,8 @@ widget_order = [
|
|||
cx = 960.0
|
||||
cy = 898.0
|
||||
output = "eDP-1"
|
||||
placement_height = 1080.0
|
||||
placement_width = 1920.0
|
||||
rotation = 0.0
|
||||
type = "login_box"
|
||||
|
||||
|
|
@ -210,19 +224,19 @@ wallpaper_scheme = "m3-fruit-salad"
|
|||
directory = "/home/gil/.local/share/background"
|
||||
|
||||
[wallpaper.default]
|
||||
path = "/home/gil/.local/share/background/1375211.jpg"
|
||||
path = "/home/gil/.local/share/background/1354394.jpeg"
|
||||
|
||||
[wallpaper.last]
|
||||
path = "/home/gil/.local/share/background/1375211.jpg"
|
||||
path = "/home/gil/.local/share/background/1354394.jpeg"
|
||||
|
||||
[wallpaper.monitors.DP-3]
|
||||
path = "/home/gil/.local/share/background/1375211.jpg"
|
||||
|
||||
[wallpaper.monitors.DP-4]
|
||||
path = "/home/gil/.local/share/background/1350764.jpeg"
|
||||
path = "/home/gil/.local/share/background/1354394.jpeg"
|
||||
|
||||
[wallpaper.monitors.HDMI-A-1]
|
||||
path = "/home/gil/.local/share/background/1375211.jpg"
|
||||
|
||||
[wallpaper.monitors.eDP-1]
|
||||
path = "/home/gil/.local/share/background/1350764.jpeg"
|
||||
path = "/home/gil/.local/share/background/1354394.jpeg"
|
||||
Binary file not shown.
Loading…
Reference in New Issue