summaryrefslogtreecommitdiff
path: root/dotfiles/common/.config
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/common/.config')
-rw-r--r--dotfiles/common/.config/conky/conky.conf24
-rw-r--r--dotfiles/common/.config/flameshot/flameshot.ini11
-rw-r--r--dotfiles/common/.config/picom.conf56
-rw-r--r--dotfiles/common/.config/redshift.conf32
-rw-r--r--dotfiles/common/.config/systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf3
-rw-r--r--dotfiles/common/.config/touchpad-indicator/touchpad-indicator.conf1
6 files changed, 0 insertions, 127 deletions
diff --git a/dotfiles/common/.config/conky/conky.conf b/dotfiles/common/.config/conky/conky.conf
deleted file mode 100644
index 09ee8ea..0000000
--- a/dotfiles/common/.config/conky/conky.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-conky.config = {
-out_to_console = true,
-out_to_x = false,
-background = false,
-update_interval = 30,
-total_run_times = 0,
-};
-conky.text = [[ \
-${if_existing /sys/class/power_supply/BAT0}\
-󱊣 \
-${battery_percent BAT0}% \
-${if_existing /sys/class/power_supply/BAT0/status Charging} ${endif}\
-${if_existing /sys/class/power_supply/BAT0/status Discharging} ${endif}\
-${endif}\
-${if_existing /sys/class/power_supply/BAT1}\
-󱊣 \
-${battery_percent BAT1}% \
-${if_existing /sys/class/power_supply/BAT1/status Charging} ${endif}\
-${if_existing /sys/class/power_supply/BAT1/status Discharging} ${endif}\
-${endif}\
- ${fs_used}/${fs_size} \
- ${time %a %B %d} \
-󰥔 ${time %I:%M %p %Z}
-]];
diff --git a/dotfiles/common/.config/flameshot/flameshot.ini b/dotfiles/common/.config/flameshot/flameshot.ini
deleted file mode 100644
index 8874b3b..0000000
--- a/dotfiles/common/.config/flameshot/flameshot.ini
+++ /dev/null
@@ -1,11 +0,0 @@
-[General]
-contrastOpacity=216
-copyOnDoubleClick=true
-copyPathAfterSave=true
-saveAfterCopy=true
-saveAsFileExtension=jpg
-savePath=/home/cjennings/pictures/screenshots
-savePathFixed=true
-showStartupLaunchMessage=false
-uiColor=#2587e2
-useJpgForClipboard=true
diff --git a/dotfiles/common/.config/picom.conf b/dotfiles/common/.config/picom.conf
deleted file mode 100644
index 0b65df7..0000000
--- a/dotfiles/common/.config/picom.conf
+++ /dev/null
@@ -1,56 +0,0 @@
-# opacity-rule = [
-# "85:class_g = 'XTerm'",
-# "85:class_g = 'Alacritty'",
-# "85:class_g = 'xterm-kitty'",
-# "85:class_g = 'URxvt'",
-# "85:class_g = 'tabbed'",
-# ];
-# "85:class_g = 'st-256color'",
-# "85:class_g = 'Emacs'",
-
-# Blur
-blur:
-{
- method = "dual_kawase";
- strength = 2;
-}
-
-wintypes:
-{
- normal = { blur-background = true; };
- splash = { blur-background = false; };
-};
-
-# Fading
-fading = false;
-fade-in-step = 0.07;
-fade-out-step = 0.07;
-fade-exclude = [ ];
-
-# Other
-corner-radius = 10.0;
-round-borders = 1;
-mark-wmwin-focused = true;
-mark-ovredir-focused = true;
-detect-rounded-corners = true;
-rounded-corners-exclude = [
- "class_g = 'dwm'",
- "class_g = 'dwmsystray'",
- "window_type = 'dock'"
- ];
-detect-client-opacity = true;
-
-vsync = true;
-dbe = false;
-unredir-if-possible = true;
-detect-transient = true;
-detect-client-leader = true;
-invert-color-include = [ ];
-
-# GLX backend
-backend = "glx";
-glx-no-stencil = true;
-glx-copy-from-front = false;
-use-damage = true
-glx-no-rebind-pixmap = true;
-
diff --git a/dotfiles/common/.config/redshift.conf b/dotfiles/common/.config/redshift.conf
deleted file mode 100644
index 92b61bf..0000000
--- a/dotfiles/common/.config/redshift.conf
+++ /dev/null
@@ -1,32 +0,0 @@
-[redshift]
-; Color temperature in Kelvin
-; 6500K = neutral daylight (no filter)
-; 5000K = subtle warmth
-; 4500K = noticeable but readable warmth (recommended for night)
-; 4000K = warm (like incandescent bulb)
-; 3500K = very warm/orange (often too much)
-
-temp-day=6500
-temp-night=4500
-
-; Brightness (1.0 = full, 0.8 = 20% dimmed)
-; Keeping at 1.0 avoids readability issues
-brightness-day=1.0
-brightness-night=1.0
-
-; Gamma correction (1.0 = no correction)
-gamma=1.0
-
-; Fade between day/night (1 = gradual, 0 = instant)
-fade=1
-
-; Screen adjustment method
-adjustment-method=randr
-
-; Location for sunrise/sunset calculation
-location-provider=manual
-
-[manual]
-; New Orleans, LA
-lat=29.951065
-lon=-90.071533
diff --git a/dotfiles/common/.config/systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf b/dotfiles/common/.config/systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf
deleted file mode 100644
index e8c5e8f..0000000
--- a/dotfiles/common/.config/systemd/user/xdg-desktop-portal-gtk.service.d/environment.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-[Service]
-Environment="DISPLAY=:0"
-Environment="XAUTHORITY=/home/cjennings/.Xauthority" \ No newline at end of file
diff --git a/dotfiles/common/.config/touchpad-indicator/touchpad-indicator.conf b/dotfiles/common/.config/touchpad-indicator/touchpad-indicator.conf
deleted file mode 100644
index 51a9907..0000000
--- a/dotfiles/common/.config/touchpad-indicator/touchpad-indicator.conf
+++ /dev/null
@@ -1 +0,0 @@
-{"first-time": false, "version": "2.2.3-ubuntu20.04.0", "is_working": false, "autostart": false, "on_mouse_plugged": true, "on_start": -1, "on_end": 1, "disable_on_typing": true, "interval": 3600.0, "start_hidden": false, "show_notifications": false, "theme": "light", "touchpad_enabled": false, "natural_scrolling": false, "speed": 0.0, "tapping": true, "two_finger_scrolling": true, "edge_scrolling": false, "cicular_scrolling": true, "right-top-corner": 0, "right-bottom-corner": 0, "left-top-corner": 0, "left-bottom-corner": 0, "one-finger-tap": 0, "two-finger-tap": 0, "three-finger-tap": 0, "faulty-devices": ["11/2/1/0", "11/2/a/0", "11/2/5/7326", "11/2/6/0", "18/93a/274/100"]} \ No newline at end of file