diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini
index c77ab7b2..fa119578 100644
--- a/.config/fuzzel/fuzzel.ini
+++ b/.config/fuzzel/fuzzel.ini
@@ -11,8 +11,8 @@ match=b8bb26ff
selection-match=fb4934ff
selection=ebdbb2dd
selection-text=282828ff
-border=b8bb26ff
+border=73ba25ff
[border]
-width=2
+width=3
radius=20
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 54c48b91..d45afb2e 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -29,8 +29,8 @@ misc {
}
general {
- col.active_border = rgb(b8bb26)
- col.inactive_border = rgb(282828)
+ col.active_border = rgb(73ba25)
+ col.inactive_border = rgb(173f4f)
border_size = 2
gaps_in = 10
gaps_out = 20
diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf
index 701bfde3..416b3938 100644
--- a/.config/hypr/hyprlock.conf
+++ b/.config/hypr/hyprlock.conf
@@ -17,7 +17,7 @@ image {
size = 220
rounding = -1
border_size = 4
- border_color = rgb(184, 187, 38)
+ border_color = rgb(115, 186, 37)
position = 0, 150
halign = center
valign = center
@@ -73,7 +73,7 @@ input-field {
dots_spacing = 0.2
dots_center = false
dots_rounding = -1
- outer_color = rgb(184, 187, 38)
+ outer_color = rgb(115, 186, 37)
inner_color = rgb(40, 40, 40)
font_color = rgb(200, 200, 200)
fade_on_empty = true
diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf
index 7cf0e221..347bd728 100644
--- a/.config/hypr/hyprpaper.conf
+++ b/.config/hypr/hyprpaper.conf
@@ -1,4 +1,3 @@
-preload = ~/pictures/wallpaper1.jpg
-preload = ~/pictures/wallpaper2.jpg
-wallpaper = DP-1, ~/pictures/wallpaper1.jpg
-wallpaper = HDMI-A-1, ~/pictures/wallpaper2.jpg
+preload = ~/pictures/wallpaper.png
+wallpaper = DP-1, ~/pictures/wallpaper.png
+wallpaper = HDMI-A-1, ~/pictures/wallpaper.png
diff --git a/.config/kitty/gruvbox.conf b/.config/kitty/gruvbox.conf
index 910d25dd..70c1d56d 100644
--- a/.config/kitty/gruvbox.conf
+++ b/.config/kitty/gruvbox.conf
@@ -11,7 +11,7 @@ foreground #ebdbb2
color0 #3c3836
color1 #cc241d
-color2 #98971a
+color2 #588e1e
color3 #d79921
color4 #076678
color5 #b16286
@@ -19,7 +19,7 @@ color6 #689d6a
color7 #a89984
color8 #928374
color9 #fb4934
-color10 #b8bb26
+color10 #73ba25
color11 #fabd2f
color12 #83a598
color13 #d3869b
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf
index 7a8a5fc3..c07709dd 100644
--- a/.config/kitty/kitty.conf
+++ b/.config/kitty/kitty.conf
@@ -1,5 +1,5 @@
confirm_os_window_close 0
-background_opacity 0.9
+background_opacity 1
font_family family="VictorMono"
style="NF"
diff --git a/.config/waybar/config b/.config/waybar/config
index fb0f5e06..f89d783a 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -2,12 +2,13 @@
{
"layer": "top",
"position": "bottom",
+ "mode": "invisible",
"modules-center": ["image#pfp", "wlr/taskbar"],
"image#pfp": {
"path": "/home/deadvey/pictures/pfp.png",
"size": 30,
"interval": 20,
- "on-click": "fuzzel",
+ "on-click": "fuzzel --anchor bottom",
},
"wlr/taskbar": {
"format": "{icon}",
@@ -46,8 +47,29 @@
"group/cmus",
"group/audio",
"network",
+ "custom/notification",
"group/power",
],
+ "custom/notification": {
+ "tooltip": false,
+ "format": "{icon}",
+ "format-icons": {
+ "notification": "",
+ "none": "",
+ "dnd-notification": "",
+ "dnd-none": "",
+ "inhibited-notification": "",
+ "inhibited-none": "",
+ "dnd-inhibited-notification": "",
+ "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": {
"spacing": 20,
},
@@ -75,22 +97,22 @@
]
},
"custom/quit": {
- "format": "",
+ "format": " ",
"tooltip": false,
"on-click": "hyprctl dispatch exit"
},
"custom/lock": {
- "format": "",
+ "format": " ",
"tooltip": false,
"on-click": "hyprlock"
},
"custom/reboot": {
- "format": "",
+ "format": " ",
"tooltip": false,
"on-click": "reboot"
},
"custom/power": {
- "format": "",
+ "format": " ",
"tooltip": false,
"on-click": "shutdown now"
},
@@ -102,16 +124,21 @@
"format": "{}% ",
"on-click": "flatpak run io.github.cosmic_utils.Examine",
},
+ "custom/thermal": {
+ "exec": "sensors | grep Tctl: | sed 's/Tctl:[ ]\\+//'",
+ "format": "{} ",
+ "interval": 1,
+ },
"group/specs": {
"orientation": "inherit",
"drawer": {
"transition-duration": 300,
"transition-right-to-left": true
},
- "modules": ["custom/specsicon","cpu", "memory"],
+ "modules": ["custom/specsicon","cpu", "memory","custom/thermal"],
},
"custom/specsicon": {
- "format": " ",
+ "format": " ",
"on-click": "flatpak run io.github.cosmic_utils.Examine",
},
"group/cmus": {
@@ -219,11 +246,11 @@
"weeks-pos" : "right",
"on-scroll" : 1,
"format": {
- "months": "{}",
- "days": "{}",
- "weeks": "W{}",
- "weekdays": "{}",
- "today": "{}"
+ "months": "{}",
+ "days": "{}",
+ "weeks": "W{}",
+ "weekdays": "{}",
+ "today": "{}"
}
},
"actions": {
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index eb211ec8..0c4f33ef 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -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 {
min-height: 0px;
@@ -13,7 +13,7 @@
background-color: #a89984;
}
#pulseaudio-slider slider:active {
- background-color: #b8bb26;
+ background-color: #73ba25;
}
#pulseaudio-slider trough {
min-height: 10px;
@@ -24,14 +24,14 @@
#pulseaudio-slider highlight {
min-width: 10px;
border-radius: 5px;
- background-color: #b8bb26;
+ background-color: #73ba25;
}
#taskbar button {
border-radius: 10px;
padding: 8px 8px 8px 8px;
}
#taskbar button.active {
- background-color: #8ec07c;
+ background-color: #173f4f;
}
#taskbar button:hover {
background-color: #282828;
@@ -52,7 +52,7 @@ window#waybar.left {
#workspaces button {
padding: 0px 5px 0px 5px;
color: #282828;
- background: #b8bb26;
+ background: #73ba25;
margin: 5px;
}
#workspaces button:hover {
@@ -60,13 +60,14 @@ window#waybar.left {
background: #98971a;
}
#workspaces button.active {
- color: #282828;
- background: #8ec07c;
+ color: #ebdbb2;
+ background: #173f4f;
}
#workspaces button.focuced {
color: #282828;
background: #ebdbb2;
}
+#custom-notification,
#custom-power,
#custom-lock,
#custom-reboot,
@@ -83,13 +84,16 @@ window#waybar.left {
#cpu,
#memory,
#disk,
-#temperature {
+#image,
+#custom-thermal {
color: #ebdbb2;
border-radius: 20px;
padding-left: 8px;
padding-right: 8px;
margin: 6px;
}
+#image:hover,
+#custom-notification:hover,
#custom-power:hover,
#custom-lock:hover,
#custom-reboot:hover,
@@ -105,6 +109,6 @@ window#waybar.left {
#cpu:hover,
#memory:hover,
#disk:hover,
-#temperature:hover {
- background-color: #282828;
+#custom-thermal:hover {
+ background-color: #173f4f;
}
diff --git a/.vimrc b/.vimrc
index 3f410a3a..ff043dba 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,5 +1,6 @@
syntax on
set nocompatible
+set clipboard=unnamed
set number "show line number on the current line
set relativenumber " For other lines show the relative number
diff --git a/feeds.opml b/feeds.opml
index 2b0e10bd..337dc515 100644
--- a/feeds.opml
+++ b/feeds.opml
@@ -1,28 +1,45 @@
-
+
- Newsboat - Exported Feeds
+ NewsFlash OPML export
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/pictures/wallpaper.png b/pictures/wallpaper.png
new file mode 100644
index 00000000..26b81ea2
Binary files /dev/null and b/pictures/wallpaper.png differ
diff --git a/pictures/wallpaper1.jpg b/pictures/wallpaper1.jpg
index 8a2a9c58..9a69cd21 100644
Binary files a/pictures/wallpaper1.jpg and b/pictures/wallpaper1.jpg differ
diff --git a/pictures/wallpaper2.jpg b/pictures/wallpaper2.jpg
index 056b8bc2..661d9737 100644
Binary files a/pictures/wallpaper2.jpg and b/pictures/wallpaper2.jpg differ