suse config
This commit is contained in:
parent
14dd1c3a0a
commit
dadb9de5d0
@ -11,8 +11,8 @@ match=b8bb26ff
|
|||||||
selection-match=fb4934ff
|
selection-match=fb4934ff
|
||||||
selection=ebdbb2dd
|
selection=ebdbb2dd
|
||||||
selection-text=282828ff
|
selection-text=282828ff
|
||||||
border=b8bb26ff
|
border=73ba25ff
|
||||||
|
|
||||||
[border]
|
[border]
|
||||||
width=2
|
width=3
|
||||||
radius=20
|
radius=20
|
||||||
|
@ -29,8 +29,8 @@ misc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = rgb(b8bb26)
|
col.active_border = rgb(73ba25)
|
||||||
col.inactive_border = rgb(282828)
|
col.inactive_border = rgb(173f4f)
|
||||||
border_size = 2
|
border_size = 2
|
||||||
gaps_in = 10
|
gaps_in = 10
|
||||||
gaps_out = 20
|
gaps_out = 20
|
||||||
|
@ -17,7 +17,7 @@ image {
|
|||||||
size = 220
|
size = 220
|
||||||
rounding = -1
|
rounding = -1
|
||||||
border_size = 4
|
border_size = 4
|
||||||
border_color = rgb(184, 187, 38)
|
border_color = rgb(115, 186, 37)
|
||||||
position = 0, 150
|
position = 0, 150
|
||||||
halign = center
|
halign = center
|
||||||
valign = center
|
valign = center
|
||||||
@ -73,7 +73,7 @@ input-field {
|
|||||||
dots_spacing = 0.2
|
dots_spacing = 0.2
|
||||||
dots_center = false
|
dots_center = false
|
||||||
dots_rounding = -1
|
dots_rounding = -1
|
||||||
outer_color = rgb(184, 187, 38)
|
outer_color = rgb(115, 186, 37)
|
||||||
inner_color = rgb(40, 40, 40)
|
inner_color = rgb(40, 40, 40)
|
||||||
font_color = rgb(200, 200, 200)
|
font_color = rgb(200, 200, 200)
|
||||||
fade_on_empty = true
|
fade_on_empty = true
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
preload = ~/pictures/wallpaper1.jpg
|
preload = ~/pictures/wallpaper.png
|
||||||
preload = ~/pictures/wallpaper2.jpg
|
wallpaper = DP-1, ~/pictures/wallpaper.png
|
||||||
wallpaper = DP-1, ~/pictures/wallpaper1.jpg
|
wallpaper = HDMI-A-1, ~/pictures/wallpaper.png
|
||||||
wallpaper = HDMI-A-1, ~/pictures/wallpaper2.jpg
|
|
||||||
|
@ -11,7 +11,7 @@ foreground #ebdbb2
|
|||||||
|
|
||||||
color0 #3c3836
|
color0 #3c3836
|
||||||
color1 #cc241d
|
color1 #cc241d
|
||||||
color2 #98971a
|
color2 #588e1e
|
||||||
color3 #d79921
|
color3 #d79921
|
||||||
color4 #076678
|
color4 #076678
|
||||||
color5 #b16286
|
color5 #b16286
|
||||||
@ -19,7 +19,7 @@ color6 #689d6a
|
|||||||
color7 #a89984
|
color7 #a89984
|
||||||
color8 #928374
|
color8 #928374
|
||||||
color9 #fb4934
|
color9 #fb4934
|
||||||
color10 #b8bb26
|
color10 #73ba25
|
||||||
color11 #fabd2f
|
color11 #fabd2f
|
||||||
color12 #83a598
|
color12 #83a598
|
||||||
color13 #d3869b
|
color13 #d3869b
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
confirm_os_window_close 0
|
confirm_os_window_close 0
|
||||||
background_opacity 0.9
|
background_opacity 1
|
||||||
|
|
||||||
font_family family="VictorMono"
|
font_family family="VictorMono"
|
||||||
style="NF"
|
style="NF"
|
||||||
|
@ -2,12 +2,13 @@
|
|||||||
{
|
{
|
||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
|
"mode": "invisible",
|
||||||
"modules-center": ["image#pfp", "wlr/taskbar"],
|
"modules-center": ["image#pfp", "wlr/taskbar"],
|
||||||
"image#pfp": {
|
"image#pfp": {
|
||||||
"path": "/home/deadvey/pictures/pfp.png",
|
"path": "/home/deadvey/pictures/pfp.png",
|
||||||
"size": 30,
|
"size": 30,
|
||||||
"interval": 20,
|
"interval": 20,
|
||||||
"on-click": "fuzzel",
|
"on-click": "fuzzel --anchor bottom",
|
||||||
},
|
},
|
||||||
"wlr/taskbar": {
|
"wlr/taskbar": {
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
@ -46,8 +47,29 @@
|
|||||||
"group/cmus",
|
"group/cmus",
|
||||||
"group/audio",
|
"group/audio",
|
||||||
"network",
|
"network",
|
||||||
|
"custom/notification",
|
||||||
"group/power",
|
"group/power",
|
||||||
],
|
],
|
||||||
|
"custom/notification": {
|
||||||
|
"tooltip": false,
|
||||||
|
"format": "{icon}",
|
||||||
|
"format-icons": {
|
||||||
|
"notification": "<span foreground='red'><sup></sup></span>",
|
||||||
|
"none": "",
|
||||||
|
"dnd-notification": "<span foreground='red'><sup></sup></span>",
|
||||||
|
"dnd-none": "",
|
||||||
|
"inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||||
|
"inhibited-none": "",
|
||||||
|
"dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>",
|
||||||
|
"dnd-inhibited-none": ""
|
||||||
|
},
|
||||||
|
"return-type": "json",
|
||||||
|
"exec-if": "which swaync-client",
|
||||||
|
"exec": "swaync-client -swb",
|
||||||
|
"on-click": "swaync-client -t -sw",
|
||||||
|
"on-click-right": "swaync-client -d -sw",
|
||||||
|
"escape": true
|
||||||
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"spacing": 20,
|
"spacing": 20,
|
||||||
},
|
},
|
||||||
@ -75,22 +97,22 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"custom/quit": {
|
"custom/quit": {
|
||||||
"format": "",
|
"format": " ",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "hyprctl dispatch exit"
|
"on-click": "hyprctl dispatch exit"
|
||||||
},
|
},
|
||||||
"custom/lock": {
|
"custom/lock": {
|
||||||
"format": "",
|
"format": " ",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "hyprlock"
|
"on-click": "hyprlock"
|
||||||
},
|
},
|
||||||
"custom/reboot": {
|
"custom/reboot": {
|
||||||
"format": "",
|
"format": " ",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "reboot"
|
"on-click": "reboot"
|
||||||
},
|
},
|
||||||
"custom/power": {
|
"custom/power": {
|
||||||
"format": "",
|
"format": " ",
|
||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"on-click": "shutdown now"
|
"on-click": "shutdown now"
|
||||||
},
|
},
|
||||||
@ -102,16 +124,21 @@
|
|||||||
"format": "{}% ",
|
"format": "{}% ",
|
||||||
"on-click": "flatpak run io.github.cosmic_utils.Examine",
|
"on-click": "flatpak run io.github.cosmic_utils.Examine",
|
||||||
},
|
},
|
||||||
|
"custom/thermal": {
|
||||||
|
"exec": "sensors | grep Tctl: | sed 's/Tctl:[ ]\\+//'",
|
||||||
|
"format": "{} ",
|
||||||
|
"interval": 1,
|
||||||
|
},
|
||||||
"group/specs": {
|
"group/specs": {
|
||||||
"orientation": "inherit",
|
"orientation": "inherit",
|
||||||
"drawer": {
|
"drawer": {
|
||||||
"transition-duration": 300,
|
"transition-duration": 300,
|
||||||
"transition-right-to-left": true
|
"transition-right-to-left": true
|
||||||
},
|
},
|
||||||
"modules": ["custom/specsicon","cpu", "memory"],
|
"modules": ["custom/specsicon","cpu", "memory","custom/thermal"],
|
||||||
},
|
},
|
||||||
"custom/specsicon": {
|
"custom/specsicon": {
|
||||||
"format": " ",
|
"format": " ",
|
||||||
"on-click": "flatpak run io.github.cosmic_utils.Examine",
|
"on-click": "flatpak run io.github.cosmic_utils.Examine",
|
||||||
},
|
},
|
||||||
"group/cmus": {
|
"group/cmus": {
|
||||||
@ -219,11 +246,11 @@
|
|||||||
"weeks-pos" : "right",
|
"weeks-pos" : "right",
|
||||||
"on-scroll" : 1,
|
"on-scroll" : 1,
|
||||||
"format": {
|
"format": {
|
||||||
"months": "<span color='#ffead3'><b>{}</b></span>",
|
"months": "<span color='#ebdbb2'><b>{}</b></span>",
|
||||||
"days": "<span color='#ecc6d9'><b>{}</b></span>",
|
"days": "<span color='#d3869b'><b>{}</b></span>",
|
||||||
"weeks": "<span color='#99ffdd'><b>W{}</b></span>",
|
"weeks": "<span color='#8ec07c'><b>W{}</b></span>",
|
||||||
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
|
"weekdays": "<span color='#fe8019'><b>{}</b></span>",
|
||||||
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
|
"today": "<span color='#fb4934'><b><u>{}</u></b></span>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
* {
|
* {
|
||||||
font-family: Roboto, Helvetica, Arial, sans-serif,"Font Awesome 5 Free";
|
font-family: "VictorMono", Helvetica, Arial, sans-serif,"Font Awesome 5 Free";
|
||||||
}
|
}
|
||||||
#pulseaudio-slider slider {
|
#pulseaudio-slider slider {
|
||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
@ -13,7 +13,7 @@
|
|||||||
background-color: #a89984;
|
background-color: #a89984;
|
||||||
}
|
}
|
||||||
#pulseaudio-slider slider:active {
|
#pulseaudio-slider slider:active {
|
||||||
background-color: #b8bb26;
|
background-color: #73ba25;
|
||||||
}
|
}
|
||||||
#pulseaudio-slider trough {
|
#pulseaudio-slider trough {
|
||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
@ -24,14 +24,14 @@
|
|||||||
#pulseaudio-slider highlight {
|
#pulseaudio-slider highlight {
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: #b8bb26;
|
background-color: #73ba25;
|
||||||
}
|
}
|
||||||
#taskbar button {
|
#taskbar button {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 8px 8px 8px 8px;
|
padding: 8px 8px 8px 8px;
|
||||||
}
|
}
|
||||||
#taskbar button.active {
|
#taskbar button.active {
|
||||||
background-color: #8ec07c;
|
background-color: #173f4f;
|
||||||
}
|
}
|
||||||
#taskbar button:hover {
|
#taskbar button:hover {
|
||||||
background-color: #282828;
|
background-color: #282828;
|
||||||
@ -52,7 +52,7 @@ window#waybar.left {
|
|||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 0px 5px 0px 5px;
|
padding: 0px 5px 0px 5px;
|
||||||
color: #282828;
|
color: #282828;
|
||||||
background: #b8bb26;
|
background: #73ba25;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
@ -60,13 +60,14 @@ window#waybar.left {
|
|||||||
background: #98971a;
|
background: #98971a;
|
||||||
}
|
}
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
color: #282828;
|
color: #ebdbb2;
|
||||||
background: #8ec07c;
|
background: #173f4f;
|
||||||
}
|
}
|
||||||
#workspaces button.focuced {
|
#workspaces button.focuced {
|
||||||
color: #282828;
|
color: #282828;
|
||||||
background: #ebdbb2;
|
background: #ebdbb2;
|
||||||
}
|
}
|
||||||
|
#custom-notification,
|
||||||
#custom-power,
|
#custom-power,
|
||||||
#custom-lock,
|
#custom-lock,
|
||||||
#custom-reboot,
|
#custom-reboot,
|
||||||
@ -83,13 +84,16 @@ window#waybar.left {
|
|||||||
#cpu,
|
#cpu,
|
||||||
#memory,
|
#memory,
|
||||||
#disk,
|
#disk,
|
||||||
#temperature {
|
#image,
|
||||||
|
#custom-thermal {
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
}
|
}
|
||||||
|
#image:hover,
|
||||||
|
#custom-notification:hover,
|
||||||
#custom-power:hover,
|
#custom-power:hover,
|
||||||
#custom-lock:hover,
|
#custom-lock:hover,
|
||||||
#custom-reboot:hover,
|
#custom-reboot:hover,
|
||||||
@ -105,6 +109,6 @@ window#waybar.left {
|
|||||||
#cpu:hover,
|
#cpu:hover,
|
||||||
#memory:hover,
|
#memory:hover,
|
||||||
#disk:hover,
|
#disk:hover,
|
||||||
#temperature:hover {
|
#custom-thermal:hover {
|
||||||
background-color: #282828;
|
background-color: #173f4f;
|
||||||
}
|
}
|
||||||
|
1
.vimrc
1
.vimrc
@ -1,5 +1,6 @@
|
|||||||
syntax on
|
syntax on
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
set clipboard=unnamed
|
||||||
|
|
||||||
set number "show line number on the current line
|
set number "show line number on the current line
|
||||||
set relativenumber " For other lines show the relative number
|
set relativenumber " For other lines show the relative number
|
||||||
|
61
feeds.opml
61
feeds.opml
@ -1,28 +1,45 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<opml version="2.0">
|
<opml version="2.0">
|
||||||
<head>
|
<head>
|
||||||
<title>Newsboat - Exported Feeds</title>
|
<title>NewsFlash OPML export</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<outline type="rss" xmlUrl="-----------Blogs-------------" htmlUrl="" title="" text="" category=""/>
|
<outline text="Peetube" title="Peetube">
|
||||||
<outline type="rss" xmlUrl="https://ploum.net/atom_en.xml" htmlUrl="https://ploum.net/" title="Ploum.net" text="Ploum.net" category=""/>
|
<outline text="Veronica Explains" title="Veronica Explains" htmlUrl="https://tinkerbetter.tube/c/veronicaexplains/videos" xmlUrl="https://tinkerbetter.tube/feeds/videos.xml?videoChannelId=2" type="rss" />
|
||||||
<outline type="rss" xmlUrl="https://deadvey.com/rss" htmlUrl="https://deadvey.com/" title="DeaDvey" text="DeaDvey" category=""/>
|
<outline type="rss" htmlUrl="https://tilvids.com/c/fosserytech_channel/videos" text="Fossery Tech" title="Fossery Tech" xmlUrl="https://tilvids.com/feeds/videos.xml?videoChannelId=5370" />
|
||||||
<outline type="rss" xmlUrl="https://letterboxd.com/besscuit/rss/" htmlUrl="https://letterboxd.com/besscuit/" title="Letterboxd - besscuit" text="Letterboxd - besscuit" category=""/>
|
<outline type="rss" text="The Linux Experiment" htmlUrl="https://tilvids.com/c/thelinuxexperiment_channel/videos" title="The Linux Experiment" xmlUrl="https://tilvids.com/feeds/videos.xml?videoChannelId=47" />
|
||||||
<outline type="rss" xmlUrl="http://sdomi.pl/weblog/atom/" htmlUrl="http://sdomi.pl/weblog/atom/" title="sdomi's weblog" text="sdomi's weblog" category=""/>
|
<outline text="Nice Micro's channel" htmlUrl="https://tilvids.com/c/nicemicro_channel/videos" xmlUrl="https://tilvids.com/feeds/videos.xml?videoChannelId=7758" title="Nice Micro's channel" type="rss" />
|
||||||
<outline type="rss" xmlUrl="https://feeds.fireside.fm/thelinuxcast/rss" htmlUrl="https://podcast.thelinuxcast.org/" title="The Linux Cast" text="The Linux Cast" category=""/>
|
<outline xmlUrl="https://tilvids.com/feeds/videos.xml?videoChannelId=71" type="rss" title="Linux Lounge" text="Linux Lounge" htmlUrl="https://tilvids.com/c/linux_lounge/videos" />
|
||||||
<outline type="rss" xmlUrl="https://www.cyberciti.com/feed/" htmlUrl="https://www.cyberciti.biz/" title="nixCraft" text="nixCraft" category=""/>
|
<outline htmlUrl="https://tilvids.com/c/bpt11_channel/videos" title="Bpt11" text="Bpt11" xmlUrl="https://tilvids.com/feeds/videos.xml?videoChannelId=9493" type="rss" />
|
||||||
<outline type="rss" xmlUrl="https://www.cyberciti.com/atom/atom.xml" htmlUrl="https://www.cyberciti.biz/atom/" title="nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED)" text="nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED)" category=""/>
|
</outline>
|
||||||
<outline type="rss" xmlUrl="https://weeklyosm.eu/rss" htmlUrl="https://weeklyosm.eu/" title="weekly – semanario – hebdo – 週刊 – týdeník – Wochennotiz – 주간 – tygodnik" text="weekly – semanario – hebdo – 週刊 – týdeník – Wochennotiz – 주간 – tygodnik" category=""/>
|
<outline title="Comics" text="Comics">
|
||||||
<outline type="rss" xmlUrl="https://www.thegodpodcast.com/feed" htmlUrl="https://www.thegodpodcast.com/" title="Letters from God" text="Letters from God" category=""/>
|
<outline htmlUrl="https://thedevilspanties.com/" title="The Devil's Panties" type="rss" text="The Devil's Panties" xmlUrl="https://thedevilspanties.com/rss" />
|
||||||
<outline type="rss" xmlUrl="-----------Comics-------------" htmlUrl="" title="" text="" category=""/>
|
<outline text="turnoff.us" title="turnoff.us" htmlUrl="http://turnoff.us/" type="rss" xmlUrl="https://turnoff.us/feed.xml" />
|
||||||
<outline type="rss" xmlUrl="https://explosm.net/rss.xml" htmlUrl="https://explosm.net/" title="Explosm.net" text="Explosm.net" category=""/>
|
<outline title="War and Peas" text="War and Peas" type="rss" xmlUrl="https://warandpeas.com/rss" htmlUrl="https://warandpeas.com/" />
|
||||||
<outline type="rss" xmlUrl="https://onegianthand.com/rss" htmlUrl="https://onegianthand.com/" title="ONE GIANT HAND" text="ONE GIANT HAND" category=""/>
|
<outline xmlUrl="https://loadingartist.com/index.xml" htmlUrl="https://loadingartist.com/" text="Loading Artist" type="rss" title="Loading Artist" />
|
||||||
<outline type="rss" xmlUrl="https://thedevilspanties.com/rss" htmlUrl="https://thedevilspanties.com/" title="The Devil's Panties" text="The Devil's Panties" category=""/>
|
<outline text="Explosm.net" type="rss" title="Explosm.net" htmlUrl="https://explosm.net/" xmlUrl="https://explosm.net/rss.xml" />
|
||||||
<outline type="rss" xmlUrl="https://turnoff.us/feed.xml" htmlUrl="http://turnoff.us/" title="turnoff.us" text="turnoff.us" category=""/>
|
<outline title="xkcd.com" type="rss" text="xkcd.com" htmlUrl="https://xkcd.com/" xmlUrl="https://xkcd.com/rss.xml" />
|
||||||
<outline type="rss" xmlUrl="https://loadingartist.com/index.xml" htmlUrl="https://loadingartist.com/" title="Loading Artist" text="Loading Artist" category=""/>
|
<outline type="rss" xmlUrl="https://www.oglaf.com/feeds/rss/" text="Oglaf! -- Comics. Often dirty." title="Oglaf! -- Comics. Often dirty." htmlUrl="https://www.oglaf.com/latest/" />
|
||||||
<outline type="rss" xmlUrl="https://warandpeas.com/rss" htmlUrl="https://warandpeas.com/" title="War and Peas" text="War and Peas" category=""/>
|
</outline>
|
||||||
<outline type="rss" xmlUrl="https://www.oglaf.com/feeds/rss/" htmlUrl="https://www.oglaf.com/latest/" title="Oglaf! -- Comics. Often dirty." text="Oglaf! -- Comics. Often dirty." category=""/>
|
<outline text="Blog" title="Blog">
|
||||||
<outline type="rss" xmlUrl="https://xkcd.com/rss.xml" htmlUrl="https://xkcd.com/" title="xkcd.com" text="xkcd.com" category=""/>
|
<outline type="rss" htmlUrl="http://sdomi.pl/weblog/atom/" text="sdomi's weblog" title="sdomi's weblog" xmlUrl="http://sdomi.pl/weblog/atom/" />
|
||||||
<outline type="rss" xmlUrl="https://pcweenies.com/rss" htmlUrl="https://pcweenies.com/" title="PC WEENIES: Tech Toons and Reviews" text="PC WEENIES: Tech Toons and Reviews" category=""/>
|
<outline xmlUrl="https://pcweenies.com/rss" text="PC WEENIES: Tech Toons and Reviews" htmlUrl="https://pcweenies.com/" title="PC WEENIES: Tech Toons and Reviews" type="rss" />
|
||||||
|
<outline type="rss" title="Letters from God" xmlUrl="https://www.thegodpodcast.com/feed" text="Letters from God" htmlUrl="https://www.thegodpodcast.com/" />
|
||||||
|
<outline htmlUrl="https://www.cyberciti.biz/atom/" title="nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED)" type="rss" text="nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format (RSS/FEED)" xmlUrl="https://www.cyberciti.com/atom/atom.xml" />
|
||||||
|
<outline htmlUrl="https://letterboxd.com/besscuit/" text="Letterboxd - besscuit" type="rss" xmlUrl="https://letterboxd.com/besscuit/rss/" title="Letterboxd - besscuit" />
|
||||||
|
<outline xmlUrl="https://www.cyberciti.com/feed/" htmlUrl="https://www.cyberciti.biz/" type="rss" title="nixCraft" text="nixCraft" />
|
||||||
|
<outline htmlUrl="https://ploum.net/" type="rss" xmlUrl="https://ploum.net/atom_en.xml" title="Ploum.net" text="Ploum.net" />
|
||||||
|
<outline htmlUrl="https://podcast.thelinuxcast.org/" type="rss" title="The Linux Cast" text="The Linux Cast" xmlUrl="https://feeds.fireside.fm/thelinuxcast/rss" />
|
||||||
|
<outline text="DeaDvey" type="rss" htmlUrl="https://deadvey.com/" title="DeaDvey" xmlUrl="https://deadvey.com/rss" />
|
||||||
|
<outline htmlUrl="https://weeklyosm.eu/" xmlUrl="https://weeklyosm.eu/rss" text="weekly – semanario – hebdo – 週刊 – týdeník – Wochennotiz – 주간 – tygodnik" type="rss" title="weekly – semanario – hebdo – 週刊 – týdeník – Wochennotiz – 주간 – tygodnik" />
|
||||||
|
</outline>
|
||||||
|
<outline text="News" title="News">
|
||||||
|
<outline type="rss" title="The Guardian" htmlUrl="https://www.theguardian.com/uk" xmlUrl="https://www.theguardian.com/uk/rss" text="The Guardian" />
|
||||||
|
<outline xmlUrl="https://feeds.theguardian.com/theguardian/science/rss" htmlUrl="https://www.theguardian.com/science" type="rss" title="Science | The Guardian" text="Science | The Guardian" />
|
||||||
|
<outline type="rss" htmlUrl="https://news.ycombinator.com/" xmlUrl="https://news.ycombinator.com/rss" text="Hacker News" title="Hacker News" />
|
||||||
|
<outline xmlUrl="https://feeds.bbci.co.uk/news/rss.xml?edition=int" text="BBC News" htmlUrl="https://www.bbc.co.uk/news" title="BBC News" type="rss" />
|
||||||
|
<outline xmlUrl="https://www.ft.com/technology-sector?format=rss" type="rss" title="Technology sector" text="Technology sector" htmlUrl="https://www.ft.com/stream/6b32f2c1-da43-4e19-80b9-8aef4ab640d7" />
|
||||||
|
<outline title="Technology | The Guardian" xmlUrl="https://www.theguardian.com/uk/technology/rss" text="Technology | The Guardian" type="rss" htmlUrl="https://www.theguardian.com/uk/technology" />
|
||||||
|
</outline>
|
||||||
</body>
|
</body>
|
||||||
</opml>
|
</opml>
|
BIN
pictures/wallpaper.png
Normal file
BIN
pictures/wallpaper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 MiB |
Binary file not shown.
Before Width: | Height: | Size: 612 KiB After Width: | Height: | Size: 76 KiB |
Binary file not shown.
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 304 KiB |
Loading…
x
Reference in New Issue
Block a user