Commit Graph

343 Commits

Author SHA1 Message Date
Johannes Kamprad f9922ffbd7 Create set_once.sh 2022-02-15 11:20:44 +01:00
Johannes Kamprad 66925c5f46 Create README.md 2022-02-15 10:35:47 +01:00
Johannes Kamprad 513ebe92b5 Update README.md 2022-02-15 10:34:07 +01:00
Johannes Kamprad 0a9b85f6c3 Update settings.ini
fix icons
2022-02-15 10:28:40 +01:00
Johannes Kamprad 423289c732 Update settings.ini
revert to old icons and theming to not break current installs not using skel package for i3
2022-02-14 15:03:19 +01:00
Johannes Kamprad 8ecd54a828 Update .Xresources
revert to old theme icon and cursor to not break current installs using git-fetch and not skel package
2022-02-14 15:00:52 +01:00
Johannes Kamprad d5a113065a Update terminalrc 2022-02-13 22:32:37 +01:00
Johannes Kamprad 88a58833be Update dunstrc
/usr/share/icons/Qogir/16/
2022-02-13 20:26:20 +01:00
Johannes Kamprad 34d0a584f4 Update settings.ini 2022-02-13 20:21:53 +01:00
Johannes Kamprad 4d66e968a1 Delete .config/gtk-4.0 directory 2022-02-13 20:21:17 +01:00
Johannes Kamprad 9dc8e68dc6 Delete settings.ini 2022-02-13 20:21:08 +01:00
Johannes Kamprad b118f386fe Update .Xresources
Qogir-dark
2022-02-13 20:20:54 +01:00
Johannes Kamprad e8c0ed6ead Update force-knowledge.md 2022-02-13 17:39:49 +01:00
Johannes Kamprad 00c224f823 Merge pull request #36 from ishaanbhimwal/i3-cleanup
i3-cleanup
2022-02-13 17:37:49 +01:00
ishaan 7ff5b31f94 reverted back some changes 2022-02-13 21:59:42 +05:30
ishaan 866bf35792 i3-cleanup 2022-02-12 23:40:56 +05:30
Johannes Kamprad be82d284be Update settings.ini 2022-02-12 15:20:24 +01:00
Johannes Kamprad a34bfef37b Delete rm 2022-02-12 13:28:13 +01:00
Johannes Kamprad b4d353e392 Add files via upload 2022-02-12 13:28:00 +01:00
Johannes Kamprad e3b2517331 Create rm
initialize gtk4 settings for p.e. celluloid
2022-02-12 13:27:29 +01:00
Johannes Kamprad dc0855bddc Update config 2022-02-10 15:22:25 +01:00
Johannes Kamprad 31f2e3ef1d Update cpu_usage
changed:
printf "%.${decimals}f%%\n", $cpu_usage;
to:
printf "%02.${decimals}f%%\n", $cpu_usage;
lines 50 + 52

for this:
always print two digits (leading zero) in front of the decimal point 
see here:
https://forum.endeavouros.com/t/min-width-cpu-100-00/21129/2?u=joekamprad
2022-02-08 17:04:32 +01:00
Johannes Kamprad a1862c891e Merge pull request #35 from ishaanbhimwal/rofi-clipboard
Clipboard manager for rofi
2022-02-04 22:01:05 +01:00
Johannes Kamprad a9cbdc59ac Merge pull request #34 from endeavouros-team/skel-noconflict
Skel noconflict
2022-02-04 21:03:15 +01:00
Johannes Kamprad 790da9d94d Merge branch 'main' into skel-noconflict 2022-02-04 21:03:07 +01:00
ishaan b3aab94af5 rofi-clipboard 2022-02-05 01:27:01 +05:30
Johannes Kamprad 56838aa876 Update terminalrc
rm color palette to be conform with using ansi 16 color codes.
2022-02-02 23:42:34 +01:00
Johannes Kamprad 8c9c3c8cf3 Update config
fix picom entries:
https://github.com/endeavouros-team/endeavouros-i3wm-setup/issues/33
2022-02-02 23:04:33 +01:00
Johannes Kamprad 448c8ce092 Update config
fix picom entries:
https://github.com/endeavouros-team/endeavouros-i3wm-setup/issues/33
2022-02-02 23:02:47 +01:00
Johannes Kamprad 78bbc792be Update config
add
$mod+Shift+p for power profiles switcher
2022-01-19 19:50:50 +01:00
Johannes Kamprad f99a06de9e Update i3blocks.conf
adding blocks for power-profile rofi switcher and status (showing current set profile)
2022-01-19 19:48:02 +01:00
Johannes Kamprad 853382f7a4 Add files via upload
adding scripts for power-profiles switcher:
https://forum.endeavouros.com/t/i3blocks-config-enhancements-for-laptops-power-profiles/22856/4
2022-01-19 19:46:19 +01:00
Johannes Kamprad b0c37b5b57 Add files via upload
adding rofi theming for power-profiles switcher:
https://forum.endeavouros.com/t/i3blocks-config-enhancements-for-laptops-power-profiles/22856/4
2022-01-19 19:45:33 +01:00
Johannes Kamprad 725f15bb97 Delete power-profiles.rasi 2022-01-19 19:44:43 +01:00
Johannes Kamprad b3d36bb6eb Add files via upload 2022-01-19 19:44:14 +01:00
Johannes Kamprad 5b4e1fbfbd Merge pull request #29 from ghbrown/main
Fix blur lock reference in power menu
2022-01-13 19:46:21 +01:00
Johannes Kamprad 3ce51161cb Merge pull request #32 from sirlucidae/master
a few small corrections
2022-01-13 19:43:59 +01:00
Johannes Kamprad 0cd65f9a32 Update config
exec --no-startup-id sleep 2 && nitrogen --restore
2022-01-13 17:45:46 +01:00
sirlucidae 26c6b841bf various corrections 2022-01-12 13:09:22 +10:00
sirlucidae 63608e6b99 Merge branch 'master' of https://github.com/sirlucidae/endeavouros-i3wm-setup 2022-01-12 12:58:06 +10:00
sirlucidae d02b232a14 various corrections 2022-01-12 12:55:40 +10:00
Johannes Kamprad fc1527399f Update picom.conf
vsync = false; (fixes screen tearing in browsers if true)
unredir-if-possible = false; (fullscreen games behave better if true)
2022-01-09 14:01:49 +01:00
Johannes Kamprad 2a45985dff Merge pull request #31 from sirlucidae/master
updated picom.conf
2022-01-09 13:59:28 +01:00
sirlucidae 4566c2ef59 edited picom 2022-01-08 04:42:01 +10:00
Johannes Kamprad ce9923ae76 Update config
some fixes:
- commenting nm-applet and blueberry because of dex is enabled
2022-01-07 14:06:22 +01:00
Johannes Kamprad dd9f419261 Merge pull request #30 from sirlucidae/master
i3 config: additions, deletions, formatting
2022-01-07 13:58:00 +01:00
sirlucidae 3f947e87ea edited config 2022-01-07 21:51:02 +10:00
GHBrown 20cadaae02 correct name of blur lock script 2022-01-04 16:59:57 -05:00
Johannes Kamprad 80b397999e Delete .gtkrc-2.0 2022-01-04 17:51:07 +01:00
Johannes Kamprad 44a3afd900 Update README.md 2022-01-04 17:21:20 +01:00