Skip to content

Commit

Permalink
main: global update
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed May 22, 2024
1 parent c22febd commit 25484e3
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 890 deletions.
200 changes: 0 additions & 200 deletions .config/cava/config

This file was deleted.

29 changes: 29 additions & 0 deletions .config/conky/.conkyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
conky.config = {
background = false,
out_to_console = true,
out_to_x = false,
max_text_width = 0,
own_window = false,
update_interval = 0.5,
total_run_times = 0,
short_units = true,
if_up_strictness = 'address',
use_spacer = 'right',
override_utf8_locale = false,
cpu_avg_samples = 2,
};

conky.text = [[[
# Currently playing
{"full_text":"${exec playerctl -a metadata --format '{"text": "{{artist}} - {{markup_escape(title)}}", "tooltip": "{{playerName}} : {{markup_escape(title)}}", "alt": "{{status}}", "class": "{{status}}"}' | jq -r '.text'
}","color":"\#808080","separator":false,"separator_block_width":6},\
# Finds current volume
{"full_text":" 🔉","color":"\#2E9AFE","separator":false,"separator_block_width":6},\
{"full_text":"${exec amixer sget Master | awk -F'[][]' '/Left:/ { print $2 }'}","color":"\#808080","separator":false,"separator_block_width":6},\
# Calender
{"full_text":" 📅","color":"\#2E9AFE","separator":false,"separator_block_width":6},\
{"full_text":"${time %a %b %d}","color":"\#808080","separator":false},\
# Time
{"full_text":" ⌚","color":"\#0404B4","separator":false,"separator_block_width":6},\
{"full_text":"${time %H:%M:%S} ","color":"\#808080","separator":false}
],]]
24 changes: 0 additions & 24 deletions .config/hypr/env.conf

This file was deleted.

139 changes: 0 additions & 139 deletions .config/hypr/hyprland.conf

This file was deleted.

Loading

0 comments on commit 25484e3

Please sign in to comment.