dots


commit
458dae0
parent
6b7d670
author
xxwhirlpool
date
2025-08-30 20:03:35 -0400 EDT
remove daylight from conky
3 files changed,  +5, -97
M config/.config/conky/themes/strip-clear/dark-strip-l-clear-1920-1080.conf
+0, -3
 1@@ -59,9 +59,6 @@ ${goto 24}${color1}${font1}Weather ${voffset 30}${font}
 2 ${image /home/kat/.config/conky/wttr.png -p 50,50 -s 460x460}
 3 
 4 ${voffset 30}
 5-${goto 24}${color1}${font1}Sun ${voffset 8}${font}  
 6-${color1}${font1}${execi 5 (daylight --short --timezone="America/New_York" | sed 's/^/  /')}
 7-
 8 ${goto 24}${color1}${font1}System ${voffset 8}${font}  
 9 ${goto 24}${color1}OS:        ${color1}$sysname $nodename $machine
10 ${goto 24}${color1}Kernel:    ${color1}$kernel  
D config/.config/conky/themes/strip-clear/dark-strip-r-clear-1366-768.conf
+0, -93
 1@@ -1,93 +0,0 @@
 2---[[
 3-    Author:             Arturo Aguilar Lagunas
 4-    Description:        Dark theme for a single monitor (1366 x 768)
 5-]]
 6-
 7-conky.config = {
 8-    -- window
 9-    alignment = 'top_right',
10-    gap_x = 0,
11-    gap_y = 0,
12-    minimum_height = 768,
13-    maximum_height = 768,
14-    minimum_width = 400,
15-    maximum_width = 400,
16-    background = false,
17-    border_width = 1,
18-    own_window = true,
19-    own_window_class = 'Conky',
20-    own_window_type = 'desktop',
21-    -- Colors
22-    font = 'RobotoMono Nerd Font:size=10',
23-    font1 = 'RobotoMono Nerd Font:size=10',
24-    color1 = '#f3f3f3',                        -- accent
25-    color2 = '#c8c8c8',                        -- accent dimmed
26-    own_window_transparent = true,             -- transparency
27-    own_window_argb_visual = true,             -- transparency
28-    own_window_argb_value = 0,               -- transparency [0 -255]
29-    -- own_window_colour = '#121214',             -- bg color [comment to full transparency]
30-    default_color = 'white',                   -- default colors
31-    default_outline_color = 'white',           -- default colors
32-    default_shade_color = 'white',             -- default colors
33-    double_buffer = true,                      -- removes flickering
34-    draw_borders = false,                      -- borders (window)
35-    draw_graph_borders = true,                 -- borders (graphs)
36-    draw_outline = false,                      -- border (text)
37-    draw_shades = false,                       -- shades
38-    extra_newline = false,                     -- extra newline at the end when writing to stdout
39-    -- other
40-    update_interval = 1.0,
41-    cpu_avg_samples = 4,
42-    net_avg_samples = 4,
43-    no_buffers = true,
44-    out_to_console = false,
45-    out_to_ncurses = false,
46-    out_to_stderr = false,
47-    out_to_x = true,
48-    show_graph_range = false,
49-    show_graph_scale = false,
50-    stippled_borders = 0,
51-    uppercase = false,
52-    use_spacer = 'none',
53-    use_xft = true,
54-}
55-
56-conky.text = [[
57-${voffset 0}
58-${goto 24}${color1}${font1} System ${voffset 8}${font}  
59-${goto 24}${color1}OS:        ${color2}$sysname $nodename $machine  ${alignr}${color1}  ${color2}${battery_percent BAT1}%  
60-${goto 24}${color1}Kernel:    ${color2}$kernel  
61-${goto 24}${color1}Uptime:    ${color2}$uptime  
62-
63-${goto 24}${color1}${font1} File system ${voffset 8}${font}  
64-${goto 24}${color1}root:  ${color2}${fs_used /}/${fs_size /} ${alignr} ${fs_used_perc /}% ${color1}${fs_bar 6, 124 /}  
65-
66-${goto 24}${color1}${font1} Processes ${voffset 8}${font}  
67-${goto 24}${color1}All: ${color2}$processes${alignr}${color1}Running: ${color2}$running_processes ${color1}Threads: ${color2}$running_threads  
68-
69-${goto 24}${color1}${font1} Memory ${voffset 8}${font}  
70-${goto 24}${color1}RAM:  ${color2}$mem/$memmax ${alignr}$memperc% ${color1}${membar 4, 124}  
71-${goto 24}${color1}Swap: ${color2}$swap/$swapmax ${alignr}$swapperc% ${color1}${swapbar 4, 124}${voffset 8}  
72-${goto 24}${color1}${alignr}PID    CPU    MiB${voffset 8}  
73-${goto 24}${color1}缾  ${top_mem name 1}${color2}${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}  
74-${goto 24}${color1}缾  ${top_mem name 2}${color2}${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}  
75-${goto 24}${color1}缾  ${top_mem name 3}${color2}${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}${voffset 8}  
76-${goto 24}${color1}${memgraph 16, 364}  
77-
78-${goto 24}${color1}${font1} CPU ${voffset 8}${font}  
79-${goto 24}${color1}0: ${freq_g 1}GHz ${color2}${alignr}${cpu cpu0}% ${color1}${cpubar cpu0 4, 124}  
80-${goto 24}${color1}1: ${freq_g 2}GHz ${color2}${alignr}${cpu cpu1}% ${color1}${cpubar cpu1 4, 124}  
81-${goto 24}${color1}2: ${freq_g 3}GHz ${color2}${alignr}${cpu cpu2}% ${color1}${cpubar cpu2 4, 124}  
82-${goto 24}${color1}3: ${freq_g 4}GHz ${color2}${alignr}${cpu cpu3}% ${color1}${cpubar cpu3 4, 124}${voffset 8}  
83-${goto 24}${color1}${alignr}PID    MiB    CPU${voffset 8}  
84-${goto 24}${color1}  ${top name 1}${color2}${alignr}${top pid 1} ${top mem 1} ${top cpu 1}  
85-${goto 24}${color1}  ${top name 2}${color2}${alignr}${top pid 2} ${top mem 2} ${top cpu 2}  
86-${goto 24}${color1}  ${top name 3}${color2}${alignr}${top pid 3} ${top mem 3} ${top cpu 3}${voffset 8}  
87-${goto 24}${color1}${cpugraph 16, 364}  
88-
89-${goto 24}${color1}${font1}說 Network: ${color2}${wireless_bitrate wlan0}${alignr}${color2}${wireless_link_qual_perc wlan0}% ${color1}${wireless_link_bar 4,124 wlan0}${voffset 8}${font}  
90-${goto 24}${color1}SSID: ${color2}${wireless_essid wlan0}${alignr}${color1}IP: ${color2}${addr wlan0}  
91-${goto 24}${color1}Total Up: ${color2}${totalup wlan0} ${alignr}${color1}Total Down: ${color2}${totaldown wlan0}  
92-${goto 24}${color1}Speed Up: ${color2}${upspeed wlan0} ${alignr}${color1}Speed Down: ${color2}${downspeed wlan0}${voffset 8}  
93-${goto 24}${color1}${upspeedgraph wlan0 16, 175} ${alignr}${downspeedgraph wlan0 16, 175}  
94-]]
M scripts/Scripts/lastfm.sh
+5, -1
 1@@ -1,7 +1,11 @@
 2 #!/bin/bash
 3 
 4+# get last.fm API key
 5+if [ -f ~/.privatevars ]; then                                                                               
 6+  . ~/.privatevars                                                                                         
 7+fi
 8+
 9 user="springpool"
10-LASTFM_APIKEY="x"
11 URL="https://ws.audioscrobbler.com/2.0/?method=user.getrecenttracks&user=$user&api_key=$LASTFM_APIKEY&format=json&limit=1"
12 
13 artist=$(curl -s ${URL} | jq -r '.recenttracks.track[0].artist."#text"')